aboutsummaryrefslogtreecommitdiff
path: root/gui/about.h
diff options
context:
space:
mode:
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;