summaryrefslogtreecommitdiff
path: root/src/gui/widgets/textfield.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/widgets/textfield.cpp')
-rw-r--r--src/gui/widgets/textfield.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gui/widgets/textfield.cpp b/src/gui/widgets/textfield.cpp
index d830f8d4..75144658 100644
--- a/src/gui/widgets/textfield.cpp
+++ b/src/gui/widgets/textfield.cpp
@@ -42,8 +42,7 @@ ImageRect TextField::skin;
TextField::TextField(const std::string &text):
gcn::TextField(text),
- mNumeric(false),
- mListener(0)
+ mNumeric(false)
{
setFrameSize(2);