aboutsummaryrefslogtreecommitdiff
path: root/gui/about.h
diff options
context:
space:
mode:
authorTorbjörn Andersson2005-06-03 12:07:53 +0000
committerTorbjörn Andersson2005-06-03 12:07:53 +0000
commit3772bb9873d327e93865a764ebef28c07cdaf655 (patch)
tree4713f2d65e9ad6fba3d2880424f73f0b1c910f9f /gui/about.h
parent64083773377630442fd1d43d3882fde0c3d066e4 (diff)
downloadscummvm-rg350-3772bb9873d327e93865a764ebef28c07cdaf655.tar.gz
scummvm-rg350-3772bb9873d327e93865a764ebef28c07cdaf655.tar.bz2
scummvm-rg350-3772bb9873d327e93865a764ebef28c07cdaf655.zip
Cleanup.
svn-id: r18321
Diffstat (limited to 'gui/about.h')
-rw-r--r--gui/about.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/gui/about.h b/gui/about.h
index 42aad739e8..58cfff8f15 100644
--- a/gui/about.h
+++ b/gui/about.h
@@ -25,10 +25,6 @@
#include "common/str.h"
#include "graphics/surface.h"
-namespace Graphics {
- class Font;
-}
-
namespace GUI {
class AboutDialog : public Dialog {
@@ -41,7 +37,6 @@ protected:
byte _modifiers;
bool _willClose;
Graphics::Surface _canvas;
- const Graphics::Font *_font;
int xOff, yOff;