summaryrefslogtreecommitdiff
path: root/src/net/ea/gui/partytab.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/ea/gui/partytab.h')
-rw-r--r--src/net/ea/gui/partytab.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/src/net/ea/gui/partytab.h b/src/net/ea/gui/partytab.h
index fce4b515..bf9413d0 100644
--- a/src/net/ea/gui/partytab.h
+++ b/src/net/ea/gui/partytab.h
@@ -25,24 +25,16 @@
#include "gui/widgets/chattab.h"
/**
- * A tab for a chat channel.
+ * A tab for a party chat channel.
*/
class PartyTab : public ChatTab
{
public:
- /**
- * Constructor.
- */
PartyTab();
-
- /**
- * Destructor.
- */
~PartyTab();
protected:
void handleInput(const std::string &msg);
-
void handleCommand(std::string msg);
};