From c0706c34b25085182525c524681d358ccdf3aacd Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 23 Sep 2015 22:00:21 +0300 Subject: Remove unused header protocolin.h --- src/CMakeLists.txt | 2 -- src/Makefile.am | 2 -- src/net/eathena/protocolin.h | 28 ---------------------------- src/net/tmwa/protocolin.h | 28 ---------------------------- 4 files changed, 60 deletions(-) delete mode 100644 src/net/eathena/protocolin.h delete mode 100644 src/net/tmwa/protocolin.h (limited to 'src') 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 . - */ - -#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 . - */ - -#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 -- cgit v1.2.3-60-g2f50