diff options
author | Alexander Harkness <bearbin@gmail.com> | 2013-12-24 14:25:58 +0100 |
---|---|---|
committer | Alexander Harkness <bearbin@gmail.com> | 2013-12-24 14:25:58 +0100 |
commit | e1d3b201bd7a22f2924182f0243bb51433080c79 (patch) | |
tree | aa41c976bcaed7c7748fea8719c648933bf47e5f /src/ChatColor.cpp | |
parent | Removed documentation for cChatColour:MakeColor() (diff) | |
download | cuberite-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/ChatColor.cpp')
-rw-r--r-- | src/ChatColor.cpp | 6 |
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; -} - - |