diff options
Diffstat (limited to 'src/gui/gui-chat.h')
-rw-r--r-- | src/gui/gui-chat.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gui/gui-chat.h b/src/gui/gui-chat.h index 5851b6535..0f6ed04b7 100644 --- a/src/gui/gui-chat.h +++ b/src/gui/gui-chat.h @@ -24,8 +24,6 @@ struct t_gui_window; struct t_gui_buffer; struct t_gui_line; -#define GUI_CHAT_BUFFER_PRINTF_SIZE (128*1024) - #define gui_chat_printf(buffer, argz...) \ gui_chat_printf_date_tags(buffer, 0, NULL, ##argz) |