diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-02-10 13:13:08 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-02-10 13:13:08 +0300 |
commit | c1a4a6367821b2af15c3bfd1e3ca767abe25902e (patch) | |
tree | 0334b837979bccc45a3008f9514f4c45c936d033 /src/commands.cpp | |
parent | 055e7e32b80dd3f1b8c91abd14c77c1f352d8ac0 (diff) | |
download | plus-c1a4a6367821b2af15c3bfd1e3ca767abe25902e.tar.gz plus-c1a4a6367821b2af15c3bfd1e3ca767abe25902e.tar.bz2 plus-c1a4a6367821b2af15c3bfd1e3ca767abe25902e.tar.xz plus-c1a4a6367821b2af15c3bfd1e3ca767abe25902e.zip |
Remove channel classes because it was used only in manaserv.
Diffstat (limited to 'src/commands.cpp')
-rw-r--r-- | src/commands.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/commands.cpp b/src/commands.cpp index eeec00755..73a9f40ce 100644 --- a/src/commands.cpp +++ b/src/commands.cpp @@ -24,8 +24,6 @@ #include "auctionmanager.h" #include "actorspritemanager.h" -#include "channelmanager.h" -#include "channel.h" #include "client.h" #include "configuration.h" #include "game.h" @@ -43,7 +41,6 @@ #include "gui/tradewindow.h" #include "gui/sdlfont.h" -#include "gui/widgets/channeltab.h" #include "gui/widgets/whispertab.h" #include "net/adminhandler.h" |