summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAlexander Harkness <bearbin@gmail.com>2013-12-24 14:25:58 +0100
committerAlexander Harkness <bearbin@gmail.com>2013-12-24 14:25:58 +0100
commite1d3b201bd7a22f2924182f0243bb51433080c79 (patch)
treeaa41c976bcaed7c7748fea8719c648933bf47e5f /src
parentRemoved documentation for cChatColour:MakeColor() (diff)
downloadcuberite-e1d3b201bd7a22f2924182f0243bb51433080c79.tar
cuberite-e1d3b201bd7a22f2924182f0243bb51433080c79.tar.gz
cuberite-e1d3b201bd7a22f2924182f0243bb51433080c79.tar.bz2
cuberite-e1d3b201bd7a22f2924182f0243bb51433080c79.tar.lz
cuberite-e1d3b201bd7a22f2924182f0243bb51433080c79.tar.xz
cuberite-e1d3b201bd7a22f2924182f0243bb51433080c79.tar.zst
cuberite-e1d3b201bd7a22f2924182f0243bb51433080c79.zip
Diffstat (limited to 'src')
-rw-r--r--src/ChatColor.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/ChatColor.cpp b/src/ChatColor.cpp
index f42fa2f4d..72a0a6928 100644
--- a/src/ChatColor.cpp
+++ b/src/ChatColor.cpp
@@ -28,11 +28,5 @@ const std::string cChatColor::Underlined = cChatColor::Color + "n";
const std::string cChatColor::Italic = cChatColor::Color + "o";
const std::string cChatColor::Plain = cChatColor::Color + "r";
-const std::string cChatColor::MakeColor( const AString & a_Color )
-{
- return a_Color;
-}
-
-