1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-07 02:03:13 +02:00

Remove unneeded call to gui_color_buffer_display

This commit is contained in:
Sebastien Helleu
2011-01-05 14:10:29 +01:00
parent c31977f59c
commit ccc6d52e3a
-2
View File
@@ -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;