diff options
-rw-r--r-- | src/gui/widgets/chattab.h | 2 | ||||
-rw-r--r-- | src/net/ea/adminhandler.cpp | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/src/gui/widgets/chattab.h b/src/gui/widgets/chattab.h index 2f84a723c..4cd899287 100644 --- a/src/gui/widgets/chattab.h +++ b/src/gui/widgets/chattab.h @@ -32,8 +32,6 @@ class ScrollArea; -//const std::string GENERAL_CHANNEL = "\000\000\000"; -//const std::string TRADE_CHANNEL = "\000\000\001"; const std::string GENERAL_CHANNEL = ""; const std::string TRADE_CHANNEL = ""; diff --git a/src/net/ea/adminhandler.cpp b/src/net/ea/adminhandler.cpp index ca3fd034d..56b6dfe90 100644 --- a/src/net/ea/adminhandler.cpp +++ b/src/net/ea/adminhandler.cpp @@ -31,7 +31,6 @@ namespace Ea { -//const std::string GENERAL_CHANNEL = "\000\000\000"; const std::string GENERAL_CHANNEL = ""; void AdminHandler::kickName(const std::string &name) |