From b926bec4ff23e43729e88ea36c3cba9509b66f7c Mon Sep 17 00:00:00 2001 From: Ira Rice Date: Mon, 20 Apr 2009 20:32:12 +0200 Subject: 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). MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ira Rice Signed-off-by: Bjørn Lindeijer --- src/gui/itempopup.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/gui/itempopup.h') 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); }; -- cgit v1.2.3-70-g09d2