summaryrefslogtreecommitdiff
path: root/src/gui/unregisterdialog.h
diff options
context:
space:
mode:
authorYohann Ferreira <bertram@cegetel.net>2008-04-18 20:01:21 +0000
committerYohann Ferreira <bertram@cegetel.net>2008-04-18 20:01:21 +0000
commitdacb4895bd1985c1ac969767fc483f9200b343c8 (patch)
tree40562d6e1dcaed9956152089db98316974a99e99 /src/gui/unregisterdialog.h
parent4371c8c1ffcf24e8d5a7cf2ec126be239cab3d76 (diff)
downloadmana-client-dacb4895bd1985c1ac969767fc483f9200b343c8.tar.gz
mana-client-dacb4895bd1985c1ac969767fc483f9200b343c8.tar.bz2
mana-client-dacb4895bd1985c1ac969767fc483f9200b343c8.tar.xz
mana-client-dacb4895bd1985c1ac969767fc483f9200b343c8.zip
Added a change password dialog. State code is to be reworked.
(Once again, I need feedback. Thanks!)
Diffstat (limited to 'src/gui/unregisterdialog.h')
-rw-r--r--src/gui/unregisterdialog.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/unregisterdialog.h b/src/gui/unregisterdialog.h
index 8ba380dd..8c8eaf64 100644
--- a/src/gui/unregisterdialog.h
+++ b/src/gui/unregisterdialog.h
@@ -59,7 +59,6 @@ class UnRegisterDialog : public Window, public gcn::ActionListener {
void action(const gcn::ActionEvent &event);
private:
- gcn::TextField *mUserField;
gcn::TextField *mPasswordField;
gcn::Button *mUnRegisterButton;