From fcaec2c34641a5dc3da7423e81ad7b1415fe078d Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Fri, 30 Sep 2005 20:21:42 +0000 Subject: Updated NEWS file for next release. --- src/gui/gui.cpp | 5 ----- src/gui/gui.h | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) (limited to 'src') diff --git a/src/gui/gui.cpp b/src/gui/gui.cpp index afe2019d..48cbd522 100644 --- a/src/gui/gui.cpp +++ b/src/gui/gui.cpp @@ -239,11 +239,6 @@ void Gui::mousePress(int mx, int my, int button) } } -gcn::ImageFont *Gui::getFont() -{ - return mGuiFont; -} - void Gui::setUseCustomCursor(bool customCursor) { diff --git a/src/gui/gui.h b/src/gui/gui.h index e612a7fe..1c1d5f8c 100644 --- a/src/gui/gui.h +++ b/src/gui/gui.h @@ -83,7 +83,7 @@ class Gui : public gcn::Gui, public gcn::MouseListener * Return game font */ gcn::ImageFont* - getFont(); + getFont() { return mGuiFont; } /** * Sets whether a custom cursor should be rendered. -- cgit v1.2.3-70-g09d2