diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-08-27 17:17:53 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-08-27 17:28:44 +0300 |
commit | 06300c8a3064a4f58ff7df3bdc8b91c68c25ee77 (patch) | |
tree | df1dea567a635f4a7722408ec10badcbe5528bcc /src/gui/widgets/tabs/whispertab.cpp | |
parent | 6f475537cb5e12f7088a401c4fb5b583bbabc580 (diff) | |
download | manaplus-06300c8a3064a4f58ff7df3bdc8b91c68c25ee77.tar.gz manaplus-06300c8a3064a4f58ff7df3bdc8b91c68c25ee77.tar.bz2 manaplus-06300c8a3064a4f58ff7df3bdc8b91c68c25ee77.tar.xz manaplus-06300c8a3064a4f58ff7df3bdc8b91c68c25ee77.zip |
Remove unused commands.cpp and commandhandler.cpp.
Diffstat (limited to 'src/gui/widgets/tabs/whispertab.cpp')
-rw-r--r-- | src/gui/widgets/tabs/whispertab.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gui/widgets/tabs/whispertab.cpp b/src/gui/widgets/tabs/whispertab.cpp index ad5ea6564..a67b9450c 100644 --- a/src/gui/widgets/tabs/whispertab.cpp +++ b/src/gui/widgets/tabs/whispertab.cpp @@ -23,8 +23,6 @@ #include "gui/widgets/tabs/whispertab.h" #include "chatlogger.h" -#include "commandhandler.h" -#include "commands.h" #include "being/localplayer.h" |