summaryrefslogtreecommitdiff
path: root/src/gui/gui.cpp
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2005-09-30 20:21:42 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2005-09-30 20:21:42 +0000
commitfcaec2c34641a5dc3da7423e81ad7b1415fe078d (patch)
tree955de16ebef83237e28a4aed0b0d66202a02e48c /src/gui/gui.cpp
parent5cf5f65fd67cbae98a54479f0cba8be0f2876bd3 (diff)
downloadmana-client-fcaec2c34641a5dc3da7423e81ad7b1415fe078d.tar.gz
mana-client-fcaec2c34641a5dc3da7423e81ad7b1415fe078d.tar.bz2
mana-client-fcaec2c34641a5dc3da7423e81ad7b1415fe078d.tar.xz
mana-client-fcaec2c34641a5dc3da7423e81ad7b1415fe078d.zip
Updated NEWS file for next release.
Diffstat (limited to 'src/gui/gui.cpp')
-rw-r--r--src/gui/gui.cpp5
1 files changed, 0 insertions, 5 deletions
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)
{