summaryrefslogtreecommitdiff
path: root/src/gui/itempopup.h
diff options
context:
space:
mode:
authorIra Rice <irarice@gmail.com>2009-04-20 20:32:12 +0200
committerBjørn Lindeijer <bjorn@lindeijer.nl>2009-04-20 20:32:55 +0200
commitb926bec4ff23e43729e88ea36c3cba9509b66f7c (patch)
treea68850498d170640f57e2d0f74716b6a61f700c9 /src/gui/itempopup.h
parenta1dbbdf1ca8560de8cff703d21c0063610261196 (diff)
downloadmana-client-b926bec4ff23e43729e88ea36c3cba9509b66f7c.tar.gz
mana-client-b926bec4ff23e43729e88ea36c3cba9509b66f7c.tar.bz2
mana-client-b926bec4ff23e43729e88ea36c3cba9509b66f7c.tar.xz
mana-client-b926bec4ff23e43729e88ea36c3cba9509b66f7c.zip
Reduced the weight of a few gui windows and popups which wrapped their
TextBoxes in ScrollAreas, but never needed to scroll (and disabled both the horizontal and vertical scrollbars, which makes using a scrollarea kind of pointless to begin with). Signed-off-by: Ira Rice <irarice@gmail.com> Signed-off-by: Bjørn Lindeijer <bjorn@lindeijer.nl>
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);
};