diff options
Diffstat (limited to 'gui/gui-manager.h')
-rw-r--r-- | gui/gui-manager.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gui/gui-manager.h b/gui/gui-manager.h index 6c0a93d985..a6c90bfe8d 100644 --- a/gui/gui-manager.h +++ b/gui/gui-manager.h @@ -41,7 +41,6 @@ namespace GUI { class Dialog; class ThemeEval; -class Tooltip; #define g_gui (GUI::GuiManager::instance()) @@ -61,7 +60,6 @@ typedef Common::FixedStack<Dialog *> DialogStack; */ class GuiManager : public Common::Singleton<GuiManager> { friend class Dialog; - friend class Tooltip; friend class Common::Singleton<SingletonBaseType>; GuiManager(); ~GuiManager(); @@ -117,9 +115,6 @@ protected: bool _useStdCursor; - Tooltip *_tooltip; - bool _tooltipCheck; - // position and time of last mouse click (used to detect double clicks) struct { int16 x, y; // Position of mouse when the click occurred |