diff options
Diffstat (limited to 'src/gui/speechbubble.h')
-rw-r--r-- | src/gui/speechbubble.h | 2 |
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 |