summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-10-01 23:09:54 +0300
committerAndrei Karas <akaras@inbox.ru>2014-10-01 23:09:54 +0300
commit4c1cb87be37fca0e44416a32126e49851c2bae08 (patch)
treeebea5071fcc0292d61982046bac8b3d3a0f64d62
parent433a1ba93fcdd086b0c5ce32ef408416b250e273 (diff)
downloadplus-4c1cb87be37fca0e44416a32126e49851c2bae08.tar.gz
plus-4c1cb87be37fca0e44416a32126e49851c2bae08.tar.bz2
plus-4c1cb87be37fca0e44416a32126e49851c2bae08.tar.xz
plus-4c1cb87be37fca0e44416a32126e49851c2bae08.zip
Remove unused attrs.h files.
-rw-r--r--src/CMakeLists.txt2
-rw-r--r--src/Makefile.am2
-rw-r--r--src/net/eathena/attrs.h30
-rw-r--r--src/net/eathena/charserverhandler.cpp1
-rw-r--r--src/net/eathena/generalhandler.cpp1
-rw-r--r--src/net/eathena/playerhandler.cpp1
-rw-r--r--src/net/tmwa/attrs.h30
-rw-r--r--src/net/tmwa/charserverhandler.cpp1
-rw-r--r--src/net/tmwa/generalhandler.cpp1
-rw-r--r--src/net/tmwa/playerhandler.cpp1
10 files changed, 0 insertions, 70 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index d78e82464..04aafa099 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -1291,7 +1291,6 @@ SET(SRCS_EVOL
SET(SRCS_TMWA
net/tmwa/adminhandler.cpp
net/tmwa/adminhandler.h
- net/tmwa/attrs.h
net/tmwa/auctionhandler.cpp
net/tmwa/auctionhandler.h
net/tmwa/bankhandler.cpp
@@ -1360,7 +1359,6 @@ SET(SRCS_TMWA
SET(SRCS_EATHENA
net/eathena/adminhandler.cpp
net/eathena/adminhandler.h
- net/eathena/attrs.h
net/eathena/auctionhandler.cpp
net/eathena/auctionhandler.h
net/eathena/bankhandler.cpp
diff --git a/src/Makefile.am b/src/Makefile.am
index 36848dce2..e16287f51 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1224,7 +1224,6 @@ manaplus_CXXFLAGS += -DTMWA_SUPPORT
manaplus_SOURCES += \
net/tmwa/adminhandler.cpp \
net/tmwa/adminhandler.h \
- net/tmwa/attrs.h \
net/tmwa/auctionhandler.cpp \
net/tmwa/auctionhandler.h \
net/tmwa/bankhandler.cpp \
@@ -1294,7 +1293,6 @@ if ENABLE_EATHENA
manaplus_CXXFLAGS += -DEATHENA_SUPPORT
manaplus_SOURCES += net/eathena/adminhandler.cpp \
net/eathena/adminhandler.h \
- net/eathena/attrs.h \
net/eathena/auctionhandler.cpp \
net/eathena/auctionhandler.h \
net/eathena/bankhandler.cpp \
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"
diff --git a/src/net/tmwa/attrs.h b/src/net/tmwa/attrs.h
deleted file mode 100644
index 869dba3ed..000000000
--- a/src/net/tmwa/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_TMWA_ATTRS_H
-#define NET_TMWA_ATTRS_H
-
-namespace TmwAthena
-{
-} // namespace TmwAthena
-
-#endif // NET_TMWA_ATTRS_H
diff --git a/src/net/tmwa/charserverhandler.cpp b/src/net/tmwa/charserverhandler.cpp
index 7d5f7a299..732e438e6 100644
--- a/src/net/tmwa/charserverhandler.cpp
+++ b/src/net/tmwa/charserverhandler.cpp
@@ -34,7 +34,6 @@
#include "net/logindata.h"
#include "net/serverfeatures.h"
-#include "net/tmwa/attrs.h"
#include "net/tmwa/gamehandler.h"
#include "net/tmwa/loginhandler.h"
#include "net/tmwa/messageout.h"
diff --git a/src/net/tmwa/generalhandler.cpp b/src/net/tmwa/generalhandler.cpp
index a888cb106..9bd209354 100644
--- a/src/net/tmwa/generalhandler.cpp
+++ b/src/net/tmwa/generalhandler.cpp
@@ -39,7 +39,6 @@
#include "net/ea/gui/partytab.h"
#include "net/tmwa/adminhandler.h"
-#include "net/tmwa/attrs.h"
#include "net/tmwa/auctionhandler.h"
#include "net/tmwa/bankhandler.h"
#include "net/tmwa/beinghandler.h"
diff --git a/src/net/tmwa/playerhandler.cpp b/src/net/tmwa/playerhandler.cpp
index 89ba976a9..5d648e538 100644
--- a/src/net/tmwa/playerhandler.cpp
+++ b/src/net/tmwa/playerhandler.cpp
@@ -33,7 +33,6 @@
#include "gui/windows/statuswindow.h"
-#include "net/tmwa/attrs.h"
#include "net/tmwa/inventoryhandler.h"
#include "net/tmwa/messageout.h"
#include "net/tmwa/protocol.h"