summaryrefslogtreecommitdiff
path: root/src/gui/setup_players.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-05-20 13:16:10 +0300
committerAndrei Karas <akaras@inbox.ru>2013-05-21 00:02:09 +0300
commit51ced20ccd462ca94298e3d574cb2c69457e601f (patch)
tree6482fac3a03bc608c6889efe1c041fa163f8f0fc /src/gui/setup_players.h
parent2b3d2c3dd9d67b40a7f77963ccbe9dc962a8a5da (diff)
downloadplus-51ced20ccd462ca94298e3d574cb2c69457e601f.tar.gz
plus-51ced20ccd462ca94298e3d574cb2c69457e601f.tar.bz2
plus-51ced20ccd462ca94298e3d574cb2c69457e601f.tar.xz
plus-51ced20ccd462ca94298e3d574cb2c69457e601f.zip
improve players setup tab.
remove useless includes from setup tabs.
Diffstat (limited to 'src/gui/setup_players.h')
-rw-r--r--src/gui/setup_players.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gui/setup_players.h b/src/gui/setup_players.h
index 8f9c6a4ef..8cad4a5a4 100644
--- a/src/gui/setup_players.h
+++ b/src/gui/setup_players.h
@@ -25,8 +25,6 @@
#include "gui/widgets/setuptabscroll.h"
-#include <guichan/actionlistener.hpp>
-
class IntTextField;
class EditDialog;
@@ -36,8 +34,6 @@ class Setup_Players final : public SetupTabScroll
explicit Setup_Players(const Widget2 *const widget);
A_DELETE_COPY(Setup_Players)
-
- void apply();
};
#endif