diff options
Diffstat (limited to 'src/net/eathena')
-rw-r--r-- | src/net/eathena/attrs.h | 30 | ||||
-rw-r--r-- | src/net/eathena/charserverhandler.cpp | 1 | ||||
-rw-r--r-- | src/net/eathena/generalhandler.cpp | 1 | ||||
-rw-r--r-- | src/net/eathena/playerhandler.cpp | 1 |
4 files changed, 0 insertions, 33 deletions
diff --git a/src/net/eathena/attrs.h b/src/net/eathena/attrs.h deleted file mode 100644 index 0c3edfada..000000000 --- a/src/net/eathena/attrs.h +++ /dev/null @@ -1,30 +0,0 @@ -/* - * The ManaPlus Client - * Copyright (C) 2004-2009 The Mana World Development Team - * Copyright (C) 2009-2010 The Mana Developers - * Copyright (C) 2011-2014 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_ATTRS_H -#define NET_EATHENA_ATTRS_H - -namespace EAthena -{ -} // namespace EAthena - -#endif // NET_EATHENA_ATTRS_H diff --git a/src/net/eathena/charserverhandler.cpp b/src/net/eathena/charserverhandler.cpp index 9dbdb7cad..b62ff5cf0 100644 --- a/src/net/eathena/charserverhandler.cpp +++ b/src/net/eathena/charserverhandler.cpp @@ -33,7 +33,6 @@ #include "net/character.h" #include "net/logindata.h" -#include "net/eathena/attrs.h" #include "net/eathena/gamehandler.h" #include "net/eathena/loginhandler.h" #include "net/eathena/messageout.h" diff --git a/src/net/eathena/generalhandler.cpp b/src/net/eathena/generalhandler.cpp index 0ddef128a..2bf88ed68 100644 --- a/src/net/eathena/generalhandler.cpp +++ b/src/net/eathena/generalhandler.cpp @@ -39,7 +39,6 @@ #include "net/ea/gui/partytab.h" #include "net/eathena/adminhandler.h" -#include "net/eathena/attrs.h" #include "net/eathena/auctionhandler.h" #include "net/eathena/bankhandler.h" #include "net/eathena/beinghandler.h" diff --git a/src/net/eathena/playerhandler.cpp b/src/net/eathena/playerhandler.cpp index feb8b1046..e4e65dbb9 100644 --- a/src/net/eathena/playerhandler.cpp +++ b/src/net/eathena/playerhandler.cpp @@ -27,7 +27,6 @@ #include "gui/windows/statuswindow.h" -#include "net/eathena/attrs.h" #include "net/eathena/messageout.h" #include "net/eathena/protocol.h" #include "net/eathena/inventoryhandler.h" |