diff options
author | Thorbjørn Lindeijer <thorbjorn@lindeijer.nl> | 2010-03-24 22:55:57 +0100 |
---|---|---|
committer | Thorbjørn Lindeijer <thorbjorn@lindeijer.nl> | 2010-03-31 17:57:30 +0200 |
commit | 9a0f5327c25c57963af837439d23a61c9510a6ac (patch) | |
tree | b185f39126080409d981fd83e657a7e963804b0f /src/gui/widgets/popup.h | |
parent | 2053bb3a588b504f255e83b1e7b4f9b935a5cbf3 (diff) | |
download | mana-9a0f5327c25c57963af837439d23a61c9510a6ac.tar.gz mana-9a0f5327c25c57963af837439d23a61c9510a6ac.tar.bz2 mana-9a0f5327c25c57963af837439d23a61c9510a6ac.tar.xz mana-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/popup.h')
-rw-r--r-- | src/gui/widgets/popup.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/gui/widgets/popup.h b/src/gui/widgets/popup.h index 5c9164f6..3b1a10c8 100644 --- a/src/gui/widgets/popup.h +++ b/src/gui/widgets/popup.h @@ -70,18 +70,6 @@ class Popup : public Container, public gcn::MouseListener static void setWindowContainer(WindowContainer *windowContainer); /** - * Changes the popup's skin to use the skin defined in the saved - * configuration file. - */ - void loadPopupConfiguration(); - - /** - * Currently only saves the skin used by the popup so that when the - * client is reloaded, it can use the saved skin. - */ - void savePopupConfiguration(); - - /** * Draws the popup. */ void draw(gcn::Graphics *graphics); @@ -166,7 +154,6 @@ class Popup : public Container, public gcn::MouseListener private: std::string mPopupName; /**< Name of the popup */ - std::string mDefaultSkinPath; /**< Default skin path for this popup */ int mMinWidth; /**< Minimum popup width */ int mMinHeight; /**< Minimum popup height */ int mMaxWidth; /**< Maximum popup width */ |