diff options
Diffstat (limited to 'src/gui/widgets/window.h')
-rw-r--r-- | src/gui/widgets/window.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/widgets/window.h b/src/gui/widgets/window.h index b72be9d4..a8eb4e62 100644 --- a/src/gui/widgets/window.h +++ b/src/gui/widgets/window.h @@ -371,7 +371,6 @@ class Window : public gcn::Window, gcn::WidgetListener Window *mParent; /**< The parent window */ Layout *mLayout; /**< Layout handler */ std::string mWindowName; /**< Name of the window */ - std::string mDefaultSkinPath; /**< Default skin path for this window */ bool mShowTitle; /**< Window has a title bar */ bool mModal; /**< Window is modal */ bool mCloseButton; /**< Window has a close button */ |