summaryrefslogtreecommitdiff
path: root/src/gui/gui.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/gui.h')
-rw-r--r--src/gui/gui.h9
1 files changed, 2 insertions, 7 deletions
diff --git a/src/gui/gui.h b/src/gui/gui.h
index 2ce153db..d3fb3b60 100644
--- a/src/gui/gui.h
+++ b/src/gui/gui.h
@@ -73,19 +73,14 @@ class Gui : public gcn::Gui
/**
* Return game font.
*/
- gcn::Font* getFont() const
+ gcn::Font *getFont() const
{ return mGuiFont; }
/**
- * Return game font height.
- */
- const int getFontHeight() const;
-
- /**
* Return the Font used for "Info Particles", i.e. ones showing, what
* you picked up, etc.
*/
- gcn::Font* getInfoParticleFont() const
+ gcn::Font *getInfoParticleFont() const
{ return mInfoParticleFont; }
/**