diff options
author | Björn Steinbrink <B.Steinbrink@gmx.de> | 2006-02-06 10:33:41 +0000 |
---|---|---|
committer | Björn Steinbrink <B.Steinbrink@gmx.de> | 2006-02-06 10:33:41 +0000 |
commit | a626ab48948941c3ec86d3ee6a3ab3bc2a98538c (patch) | |
tree | 9aab3c81fa8aad5433da55face7a94d2899876a0 /src/gui/setup.h | |
parent | b0bc59179bd64ad6b1f006f8e109cbeb16ad7094 (diff) | |
download | mana-a626ab48948941c3ec86d3ee6a3ab3bc2a98538c.tar.gz mana-a626ab48948941c3ec86d3ee6a3ab3bc2a98538c.tar.bz2 mana-a626ab48948941c3ec86d3ee6a3ab3bc2a98538c.tar.xz mana-a626ab48948941c3ec86d3ee6a3ab3bc2a98538c.zip |
Added a Joystick class.
Diffstat (limited to 'src/gui/setup.h')
-rw-r--r-- | src/gui/setup.h | 4 |
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 |