From 9a0f5327c25c57963af837439d23a61c9510a6ac Mon Sep 17 00:00:00 2001 From: Thorbjørn Lindeijer Date: Wed, 24 Mar 2010 22:55:57 +0100 Subject: 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 --- src/gui/widgets/popup.h | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'src/gui/widgets/popup.h') 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 @@ -69,18 +69,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. */ @@ -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 */ -- cgit v1.2.3-70-g09d2