From 7b559dcf64e5814cf4cde7e7db52c2e9f6a7357a Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Tue, 7 Apr 2009 20:19:10 +0200 Subject: Used custom widgets where appropriate and some cleanup Replaced many gcn::Label with Label, gcn::Slider with Slider in character creation dialog. Also cleaned up includes. --- src/gui/widgets/chattab.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/gui/widgets/chattab.h') diff --git a/src/gui/widgets/chattab.h b/src/gui/widgets/chattab.h index 88443aa3..ad7c90bb 100644 --- a/src/gui/widgets/chattab.h +++ b/src/gui/widgets/chattab.h @@ -25,8 +25,6 @@ #include "gui/widgets/tab.h" #include "gui/chat.h" -#include - class BrowserBox; class Recorder; class ScrollArea; @@ -60,10 +58,6 @@ class ChatTab : public Tab * Constructor. */ ChatTab(const std::string &name); - - /** - * Destructor. - */ ~ChatTab(); /** @@ -81,7 +75,6 @@ class ChatTab : public Tab * Adds the text to the message list * * @param msg The message text which is to be sent. - * */ void chatLog(const std::string &nick, const std::string &msg); @@ -91,7 +84,6 @@ class ChatTab : public Tab * command handler * * @param msg The message text which is to be sent. - * */ void chatInput(std::string &msg); -- cgit v1.2.3-60-g2f50