summaryrefslogtreecommitdiff
path: root/src/gui/setup_video.h
diff options
context:
space:
mode:
authorThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2010-02-13 20:42:54 +0100
committerThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2010-02-13 21:07:59 +0100
commit28c9cec5d39c9a1b98694eba9a28281cf111e34a (patch)
tree764370386e7f558168bb5ee98abeb50413293479 /src/gui/setup_video.h
parent65f71d884b688697494aa36c865e04dc92c066c1 (diff)
downloadmana-28c9cec5d39c9a1b98694eba9a28281cf111e34a.tar.gz
mana-28c9cec5d39c9a1b98694eba9a28281cf111e34a.tar.bz2
mana-28c9cec5d39c9a1b98694eba9a28281cf111e34a.tar.xz
mana-28c9cec5d39c9a1b98694eba9a28281cf111e34a.zip
Changed FPS display from a text field to a label
Not really useful to be able to edit it by hand.
Diffstat (limited to 'src/gui/setup_video.h')
-rw-r--r--src/gui/setup_video.h5
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;