summaryrefslogtreecommitdiff
path: root/src/gui/setup_video.h
diff options
context:
space:
mode:
authorTametomo <irarice@gmail.com>2009-05-02 00:49:24 -0600
committerBjørn Lindeijer <bjorn@lindeijer.nl>2009-05-11 21:49:49 +0200
commitbbb5a9f343987c6952ca5ca5466dbd40ddf80997 (patch)
tree2869a62ffd2d6225f3f5ae58f82911516bedebb8 /src/gui/setup_video.h
parent90ff9f4ec3ccebd0758d990b960a9550ecc36bba (diff)
downloadmana-client-bbb5a9f343987c6952ca5ca5466dbd40ddf80997.tar.gz
mana-client-bbb5a9f343987c6952ca5ca5466dbd40ddf80997.tar.bz2
mana-client-bbb5a9f343987c6952ca5ca5466dbd40ddf80997.tar.xz
mana-client-bbb5a9f343987c6952ca5ca5466dbd40ddf80997.zip
Removed scroll laziness and scroll radius options. Both of these were
partially broken, and my experience has been that players have been frustrated more by accidentally setting them than actually wanting them. They'll still be settable in the configuration file for anyone who needs them, but they seem more like a programmer's debugger than a useful option. Signed-off-by: Tametomo <irarice@gmail.com> Signed-off-by: Bjørn Lindeijer <bjorn@lindeijer.nl>
Diffstat (limited to 'src/gui/setup_video.h')
-rw-r--r--src/gui/setup_video.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/gui/setup_video.h b/src/gui/setup_video.h
index 9570d726..01b9cd4f 100644
--- a/src/gui/setup_video.h
+++ b/src/gui/setup_video.h
@@ -45,9 +45,6 @@ class Setup_Video : public SetupTab, public gcn::ActionListener,
void keyPressed(gcn::KeyEvent &event);
private:
- int updateSlider(gcn::Slider *slider, gcn::TextField *field,
- const std::string &configName);
-
bool mFullScreenEnabled;
bool mOpenGLEnabled;
bool mCustomCursorEnabled;
@@ -89,14 +86,6 @@ class Setup_Video : public SetupTab, public gcn::ActionListener,
gcn::Slider *mFpsSlider;
gcn::TextField *mFpsField;
- int mOriginalScrollLaziness;
- gcn::Slider *mScrollLazinessSlider;
- gcn::TextField *mScrollLazinessField;
-
- int mOriginalScrollRadius;
- gcn::Slider *mScrollRadiusSlider;
- gcn::TextField *mScrollRadiusField;
-
int mOverlayDetail;
gcn::Slider *mOverlayDetailSlider;
gcn::Label *mOverlayDetailField;