summaryrefslogtreecommitdiff
path: root/src/gui/itempopup.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/itempopup.h')
-rw-r--r--src/gui/itempopup.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gui/itempopup.h b/src/gui/itempopup.h
index 687e664b..6140e4dd 100644
--- a/src/gui/itempopup.h
+++ b/src/gui/itempopup.h
@@ -27,7 +27,6 @@
#include "resources/iteminfo.h"
-class ScrollArea;
class TextBox;
/**
@@ -62,9 +61,6 @@ class ItemPopup : public Popup
TextBox *mItemEffect;
TextBox *mItemWeight;
ItemType mItemType;
- ScrollArea *mItemDescScroll;
- ScrollArea *mItemEffectScroll;
- ScrollArea *mItemWeightScroll;
static gcn::Color getColor(ItemType type);
};