diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-09-02 20:58:41 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-09-02 20:58:41 +0300 |
commit | 84d2bab38202cd52b5eb0a37c12204ab6f607915 (patch) | |
tree | 2f3951b2f4f3b75f190eb2539979cc4afbace27c /src/Makefile.am | |
parent | 40730c4fa73d403cf7284a76d9b26f7ec662afa4 (diff) | |
download | plus-84d2bab38202cd52b5eb0a37c12204ab6f607915.tar.gz plus-84d2bab38202cd52b5eb0a37c12204ab6f607915.tar.bz2 plus-84d2bab38202cd52b5eb0a37c12204ab6f607915.tar.xz plus-84d2bab38202cd52b5eb0a37c12204ab6f607915.zip |
Remove MessageHandler class
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 5893fca1d..5d40b4c18 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1154,7 +1154,6 @@ manaplus_SOURCES += main.cpp \ net/ea/inventoryitem.h \ net/logindata.h \ net/loginhandler.h \ - net/messagehandler.h \ net/messagein.cpp \ net/messagein.h \ net/messageout.cpp \ @@ -1302,8 +1301,6 @@ manaplus_SOURCES += \ net/tmwa/loginhandler.h \ net/tmwa/loginrecv.cpp \ net/tmwa/loginrecv.h \ - net/tmwa/messagehandler.cpp \ - net/tmwa/messagehandler.h \ net/tmwa/messagein.cpp \ net/tmwa/messagein.h \ net/tmwa/messageout.cpp \ @@ -1526,8 +1523,6 @@ manaplus_SOURCES += gui/windows/bankwindow.cpp \ net/eathena/mercenaryhandler.h \ net/eathena/mercenaryrecv.cpp \ net/eathena/mercenaryrecv.h \ - net/eathena/messagehandler.cpp \ - net/eathena/messagehandler.h \ net/eathena/messagein.cpp \ net/eathena/messagein.h \ net/eathena/messageout.cpp \ |