summaryrefslogtreecommitdiff
path: root/src/gui/popup.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/popup.h')
-rw-r--r--src/gui/popup.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gui/popup.h b/src/gui/popup.h
index 58ccd16e..c68c2098 100644
--- a/src/gui/popup.h
+++ b/src/gui/popup.h
@@ -25,7 +25,6 @@
#include <guichan/widgets/container.hpp>
-#include "../graphics.h"
#include "../guichanfwd.h"
class Skin;
@@ -180,8 +179,6 @@ class Popup : public gcn::Container
int mMaxHeight; /**< Maximum popup height */
int mPadding; /**< Holds the padding of the popup. */
- static int instances; /**< Number of popup instances */
-
Skin* mSkin; /**< Skin in use by this popup */
};