summaryrefslogtreecommitdiff
path: root/src/gui/widgets/popup.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/widgets/popup.h')
-rw-r--r--src/gui/widgets/popup.h13
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 */