diff options
Diffstat (limited to 'src/gui/setup_players.h')
-rw-r--r-- | src/gui/setup_players.h | 4 |
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 |