diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2011-01-05 14:10:29 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2011-01-05 14:10:29 +0100 |
commit | ccc6d52e3a19f283822694c6246e61cd8c030b22 (patch) | |
tree | 0de4ec6763afd343f6c2da2050ea44aeaf87b772 /src/gui/curses | |
parent | c31977f59cb2e36fe6c0d036f85e96670b2ca603 (diff) | |
download | weechat-ccc6d52e3a19f283822694c6246e61cd8c030b22.zip |
Remove unneeded call to gui_color_buffer_display
Diffstat (limited to 'src/gui/curses')
-rw-r--r-- | src/gui/curses/gui-curses-color.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gui/curses/gui-curses-color.c b/src/gui/curses/gui-curses-color.c index 26c132f9b..d728be768 100644 --- a/src/gui/curses/gui-curses-color.c +++ b/src/gui/curses/gui-curses-color.c @@ -839,8 +839,6 @@ gui_color_buffer_open () gui_buffer_set (gui_color_buffer, "key_bind_meta-c", "/color switch"); } } - - gui_color_buffer_display (); if (!gui_color_buffer) return; |