summaryrefslogtreecommitdiff
path: root/src/gui/windows/chatwindow.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-08-27 17:17:53 +0300
committerAndrei Karas <akaras@inbox.ru>2014-08-27 17:28:44 +0300
commit06300c8a3064a4f58ff7df3bdc8b91c68c25ee77 (patch)
treedf1dea567a635f4a7722408ec10badcbe5528bcc /src/gui/windows/chatwindow.cpp
parent6f475537cb5e12f7088a401c4fb5b583bbabc580 (diff)
downloadplus-06300c8a3064a4f58ff7df3bdc8b91c68c25ee77.tar.gz
plus-06300c8a3064a4f58ff7df3bdc8b91c68c25ee77.tar.bz2
plus-06300c8a3064a4f58ff7df3bdc8b91c68c25ee77.tar.xz
plus-06300c8a3064a4f58ff7df3bdc8b91c68c25ee77.zip
Remove unused commands.cpp and commandhandler.cpp.
Diffstat (limited to 'src/gui/windows/chatwindow.cpp')
-rw-r--r--src/gui/windows/chatwindow.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gui/windows/chatwindow.cpp b/src/gui/windows/chatwindow.cpp
index 87e6c5b3c..d18f28a9e 100644
--- a/src/gui/windows/chatwindow.cpp
+++ b/src/gui/windows/chatwindow.cpp
@@ -23,7 +23,6 @@
#include "gui/windows/chatwindow.h"
#include "actormanager.h"
-#include "commandhandler.h"
#include "configuration.h"
#include "game.h"
#include "guild.h"
@@ -239,7 +238,6 @@ void ChatWindow::loadCommandsFile(const std::string &name)
void ChatWindow::fillCommands()
{
loadCommandsFile("chatcommands.txt");
- CommandHandler::addChatCommands(mCommands);
inputManager.addChatCommands(mCommands);
}