summaryrefslogtreecommitdiff
path: root/src/gui/speechbubble.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/speechbubble.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/speechbubble.h')
-rw-r--r--src/gui/speechbubble.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gui/speechbubble.h b/src/gui/speechbubble.h
index 8455a1b1..dbd5ebee 100644
--- a/src/gui/speechbubble.h
+++ b/src/gui/speechbubble.h
@@ -27,7 +27,6 @@
#include "gui/widgets/popup.h"
-class ScrollArea;
class TextBox;
class SpeechBubble : public Popup
@@ -59,7 +58,6 @@ class SpeechBubble : public Popup
std::string mText;
gcn::Label *mCaption;
TextBox *mSpeechBox;
- ScrollArea *mSpeechArea;
};
#endif