summaryrefslogtreecommitdiff
path: root/src/gui/widgets/window.h
diff options
context:
space:
mode:
authorThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2010-03-24 22:55:57 +0100
committerThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2010-03-31 17:57:30 +0200
commit9a0f5327c25c57963af837439d23a61c9510a6ac (patch)
treeb185f39126080409d981fd83e657a7e963804b0f /src/gui/widgets/window.h
parent2053bb3a588b504f255e83b1e7b4f9b935a5cbf3 (diff)
downloadmana-client-9a0f5327c25c57963af837439d23a61c9510a6ac.tar.gz
mana-client-9a0f5327c25c57963af837439d23a61c9510a6ac.tar.bz2
mana-client-9a0f5327c25c57963af837439d23a61c9510a6ac.tar.xz
mana-client-9a0f5327c25c57963af837439d23a61c9510a6ac.zip
Removed the ability to assign custom skins to windows/popups
Old settings are causing it to fall back on the wrong combination of files if old data is in the search path. Reviewed-by: Jared Adams
Diffstat (limited to 'src/gui/widgets/window.h')
-rw-r--r--src/gui/widgets/window.h1
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 */