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/Makefile.am | |
parent | 6f475537cb5e12f7088a401c4fb5b583bbabc580 (diff) | |
download | plus-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/Makefile.am')
-rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 20326d596..127809a50 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -915,10 +915,6 @@ manaplus_SOURCES += gui/widgets/avatarlistbox.cpp \ chatlogger.h \ client.cpp \ client.h \ - commandhandler.cpp \ - commandhandler.h \ - commands.cpp \ - commands.h \ configmanager.cpp \ configmanager.h \ being/compounditem.h \ |