diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2009-04-16 22:32:39 +0200 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2009-04-16 22:53:10 +0200 |
commit | 18cba14c0f80f6ae7db883ce4d6abbf24728f07d (patch) | |
tree | fe67a7d059647d23d7285f90fb5b8aca076311de /src/gui/widgets/chattab.h | |
parent | 255c491375005abb1d2de22fa5aa1a821ac3a4f6 (diff) | |
download | mana-18cba14c0f80f6ae7db883ce4d6abbf24728f07d.tar.gz mana-18cba14c0f80f6ae7db883ce4d6abbf24728f07d.tar.bz2 mana-18cba14c0f80f6ae7db883ce4d6abbf24728f07d.tar.xz mana-18cba14c0f80f6ae7db883ce4d6abbf24728f07d.zip |
Some more cleanups
Nothing in particular worth mentioning.
Diffstat (limited to 'src/gui/widgets/chattab.h')
-rw-r--r-- | src/gui/widgets/chattab.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/gui/widgets/chattab.h b/src/gui/widgets/chattab.h index 27c27480..dc0d3047 100644 --- a/src/gui/widgets/chattab.h +++ b/src/gui/widgets/chattab.h @@ -42,13 +42,6 @@ enum }; /** - * gets in between usernick and message text depending on - * message type - */ -#define CAT_NORMAL ": " -#define CAT_IS "" - -/** * A tab for the chat window. This is special to ease chat handling. */ class ChatTab : public Tab |