summaryrefslogtreecommitdiff
path: root/src/gui/setup_colors.h
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2009-05-08 10:30:08 +0200
committerBjørn Lindeijer <bjorn@lindeijer.nl>2009-05-08 10:45:38 +0200
commitd90dffbf4240650cf95f3dddf2273cb92d0cc39d (patch)
treea8f2fa7b464ce355299689412da7eb2f6b3b16bd /src/gui/setup_colors.h
parenta16629925147248c01ee7d967c38fdeb65d55def (diff)
downloadmana-client-d90dffbf4240650cf95f3dddf2273cb92d0cc39d.tar.gz
mana-client-d90dffbf4240650cf95f3dddf2273cb92d0cc39d.tar.bz2
mana-client-d90dffbf4240650cf95f3dddf2273cb92d0cc39d.tar.xz
mana-client-d90dffbf4240650cf95f3dddf2273cb92d0cc39d.zip
Got rid of the non-functional TextFieldListener
Pointed out by Jaxad0127. We might want to enable its intended functionality in a different way later.
Diffstat (limited to 'src/gui/setup_colors.h')
-rw-r--r--src/gui/setup_colors.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/gui/setup_colors.h b/src/gui/setup_colors.h
index 10a3437c..75c4c07c 100644
--- a/src/gui/setup_colors.h
+++ b/src/gui/setup_colors.h
@@ -24,8 +24,6 @@
#include "gui/setuptab.h"
-#include "gui/widgets/textfield.h"
-
#include "guichanfwd.h"
#include <guichan/actionlistener.hpp>
@@ -33,10 +31,10 @@
#include <string>
class BrowserBox;
+class TextField;
class TextPreview;
-class Setup_Colors : public SetupTab, public gcn::ActionListener,
- public TextFieldListener
+class Setup_Colors : public SetupTab, public gcn::ActionListener
{
public:
Setup_Colors();
@@ -46,8 +44,6 @@ class Setup_Colors : public SetupTab, public gcn::ActionListener,
void cancel();
void action(const gcn::ActionEvent &event);
- void listen(const TextField *tf);
-
private:
static const std::string rawmsg;