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.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gui/setup.h b/src/gui/setup.h
index 0b62fee6..91f181d5 100644
--- a/src/gui/setup.h
+++ b/src/gui/setup.h
@@ -88,8 +88,6 @@ class Setup : public Window, public gcn::ActionListener
*/
void
action(const std::string& eventId);
-
- void logic();
private:
ModeListModel *modeListModel;
@@ -117,8 +115,6 @@ class Setup : public Window, public gcn::ActionListener
bool openGLEnabled;
bool customCursorEnabled;
bool soundEnabled;
- bool mCalibrating;
- int leftTolerance, rightTolerance, upTolerance, downTolerance;
};
#endif