diff options
Diffstat (limited to 'src/gui/setup_video.h')
-rw-r--r-- | src/gui/setup_video.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/gui/setup_video.h b/src/gui/setup_video.h index e3bd62b1..08b029b7 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 action(const gcn::ActionEvent &event); - /** Called when key is pressed */ - void keyPressed(gcn::KeyEvent &event); - static const char *overlayDetailToString(int detail = -1); static const char *particleDetailToString(int detail = -1); @@ -95,7 +92,7 @@ class Setup_Video : public SetupTab, public gcn::ActionListener, gcn::Slider *mAlphaSlider; gcn::CheckBox *mFpsCheckBox; gcn::Slider *mFpsSlider; - gcn::TextField *mFpsField; + gcn::Label *mFpsLabel; int mOverlayDetail; gcn::Slider *mOverlayDetailSlider; |