diff options
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 |