diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-09-23 22:00:21 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-09-23 22:00:21 +0300 |
commit | c0706c34b25085182525c524681d358ccdf3aacd (patch) | |
tree | 51aaca8411fe70a694279c4ad06260f4eff31aef /src/Makefile.am | |
parent | 1ae6c3f8df23b9133337d6b134fdb7dbb424cfdf (diff) | |
download | plus-c0706c34b25085182525c524681d358ccdf3aacd.tar.gz plus-c0706c34b25085182525c524681d358ccdf3aacd.tar.bz2 plus-c0706c34b25085182525c524681d358ccdf3aacd.tar.xz plus-c0706c34b25085182525c524681d358ccdf3aacd.zip |
Remove unused header protocolin.h
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 35122d7ae..1da5d60d1 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1332,7 +1332,6 @@ manaplus_SOURCES += \ net/tmwa/playerhandler.h \ net/tmwa/playerrecv.cpp \ net/tmwa/playerrecv.h \ - net/tmwa/protocolin.h \ net/tmwa/protocolout.cpp \ net/tmwa/protocolout.h \ net/tmwa/questhandler.cpp \ @@ -1562,7 +1561,6 @@ manaplus_SOURCES += gui/windows/bankwindow.cpp \ net/eathena/playerhandler.h \ net/eathena/playerrecv.cpp \ net/eathena/playerrecv.h \ - net/eathena/protocolin.h \ net/eathena/protocolout.cpp \ net/eathena/protocolout.h \ net/eathena/questhandler.cpp \ |