diff options
Diffstat (limited to 'src/gui/gui.h')
-rw-r--r-- | src/gui/gui.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/gui.h b/src/gui/gui.h index 057753d4..1c8ccb34 100644 --- a/src/gui/gui.h +++ b/src/gui/gui.h @@ -77,7 +77,6 @@ class Gui : public gcn::Gui, public gcn::MouseListener #endif gcn::ImageLoader *imageLoader; /**< For loading images */ gcn::ImageFont *guiFont; /**< The global GUI font */ - gcn::FocusHandler *focusHandler; /**< The focus handler */ }; extern Gui *gui; /**< The GUI system */ |