summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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;
-}
-
-