1
0
Fork 0

Finally removed the function.

This commit is contained in:
Alexander Harkness 2013-12-24 13:25:58 +00:00
parent 8c6337ff20
commit e1d3b201bd
1 changed files with 0 additions and 6 deletions

View File

@ -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;
}