Finally removed the function.
This commit is contained in:
parent
8c6337ff20
commit
e1d3b201bd
@ -28,11 +28,5 @@ const std::string cChatColor::Underlined = cChatColor::Color + "n";
|
|||||||
const std::string cChatColor::Italic = cChatColor::Color + "o";
|
const std::string cChatColor::Italic = cChatColor::Color + "o";
|
||||||
const std::string cChatColor::Plain = cChatColor::Color + "r";
|
const std::string cChatColor::Plain = cChatColor::Color + "r";
|
||||||
|
|
||||||
const std::string cChatColor::MakeColor( const AString & a_Color )
|
|
||||||
{
|
|
||||||
return a_Color;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user