summaryrefslogtreecommitdiff
path: root/src/gui/setup.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/setup.h')
-rw-r--r--src/gui/setup.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/gui/setup.h b/src/gui/setup.h
index 7a38bfd5..0fe3df1b 100644
--- a/src/gui/setup.h
+++ b/src/gui/setup.h
@@ -67,14 +67,14 @@ class ModeListModel : public gcn::ListModel {
class Setup : public Window, public gcn::ActionListener {
private:
// Dialog parts
- ModeListModel *modeListModel;
- gcn::Label *displayLabel;
+ //ModeListModel *modeListModel;
+ //gcn::Label *displayLabel;
gcn::CheckBox *fsCheckBox;
gcn::Label *soundLabel;
gcn::CheckBox *soundCheckBox;
gcn::RadioButton *disabledRadio;
- gcn::ScrollArea *scrollArea;
- gcn::ListBox *modeList;
+ //gcn::ScrollArea *scrollArea;
+ //gcn::ListBox *modeList;
gcn::Button *applyButton;
gcn::Button *cancelButton;
gcn::Label *alphaLabel;