diff options
Diffstat (limited to 'gui/dialog.h')
-rw-r--r-- | gui/dialog.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gui/dialog.h b/gui/dialog.h index f34e9d2e0d..553a63d1a9 100644 --- a/gui/dialog.h +++ b/gui/dialog.h @@ -44,7 +44,6 @@ enum { class Dialog : public GuiObject { // TANOKU-TODO: remove newgui from here friend class NewGui; - friend class InterfaceManager; protected: Widget *_mouseWidget; Widget *_focusedWidget; |