summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-09-23 22:00:21 +0300
committerAndrei Karas <akaras@inbox.ru>2015-09-23 22:00:21 +0300
commitc0706c34b25085182525c524681d358ccdf3aacd (patch)
tree51aaca8411fe70a694279c4ad06260f4eff31aef
parent1ae6c3f8df23b9133337d6b134fdb7dbb424cfdf (diff)
downloadmv-c0706c34b25085182525c524681d358ccdf3aacd.tar.gz
mv-c0706c34b25085182525c524681d358ccdf3aacd.tar.bz2
mv-c0706c34b25085182525c524681d358ccdf3aacd.tar.xz
mv-c0706c34b25085182525c524681d358ccdf3aacd.zip
Remove unused header protocolin.h
-rw-r--r--src/CMakeLists.txt2
-rw-r--r--src/Makefile.am2
-rw-r--r--src/net/eathena/protocolin.h28
-rw-r--r--src/net/tmwa/protocolin.h28
4 files changed, 0 insertions, 60 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 3a4a06bcc..4079bafca 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -1485,7 +1485,6 @@ SET(SRCS_TMWA
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
@@ -1712,7 +1711,6 @@ SET(SRCS_EATHENA
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
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 \
diff --git a/src/net/eathena/protocolin.h b/src/net/eathena/protocolin.h
deleted file mode 100644
index 7c2f7d4c8..000000000
--- a/src/net/eathena/protocolin.h
+++ /dev/null
@@ -1,28 +0,0 @@
-/*
- * The ManaPlus Client
- * Copyright (C) 2015 The ManaPlus Developers
- *
- * This file is part of The ManaPlus Client.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
- */
-
-#ifndef NET_EATHENA_PROTOCOLIN_H
-#define NET_EATHENA_PROTOCOLIN_H
-
-#include "net/protocolindefine.h"
-#include "net/eathena/packetsin.inc"
-#undef packet
-
-#endif // NET_EATHENA_PROTOCOLIN_H
diff --git a/src/net/tmwa/protocolin.h b/src/net/tmwa/protocolin.h
deleted file mode 100644
index 5e2225991..000000000
--- a/src/net/tmwa/protocolin.h
+++ /dev/null
@@ -1,28 +0,0 @@
-/*
- * The ManaPlus Client
- * Copyright (C) 2015 The ManaPlus Developers
- *
- * This file is part of The ManaPlus Client.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
- */
-
-#ifndef NET_TMWA_PROTOCOLIN_H
-#define NET_TMWA_PROTOCOLIN_H
-
-#include "net/protocolindefine.h"
-#include "net/tmwa/packetsin.inc"
-#undef packet
-
-#endif // NET_TMWA_PROTOCOLIN_H