From e4c171740956998fdac81c071aafefcb9dba817e Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Tue, 26 Apr 2005 11:22:35 +0000 Subject: Corrections to scrolling chat modifications by Usiu. --- src/gui/chat.h | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'src/gui/chat.h') diff --git a/src/gui/chat.h b/src/gui/chat.h index b41e6947..53891f7d 100644 --- a/src/gui/chat.h +++ b/src/gui/chat.h @@ -28,7 +28,6 @@ #include "../resources/image.h" #include "../net/network.h" #include "window.h" -#include "textbox.h" #include "scrollarea.h" #include #include @@ -111,9 +110,6 @@ class ChatWindow : public Window, public gcn::ActionListener { */ ~ChatWindow(); - - void addOutput(std::string output); - /* * Adds a line of text to our message list. Parameters: * @@ -203,8 +199,8 @@ class ChatWindow : public Window, public gcn::ActionListener { /** Input box for chat messages */ gcn::TextField *chatInput; - TextBox *textOutput; - ScrollArea *scrollArea; + gcn::TextBox *textOutput; + ScrollArea *scrollArea; }; #endif -- cgit v1.2.3-70-g09d2