1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-28 22:06:38 +02:00

Remove unused variable

This commit is contained in:
Sebastien Helleu
2010-04-14 19:25:59 +02:00
parent 1dba2c8c92
commit 4456a6047f
-1
View File
@@ -633,7 +633,6 @@ void
gui_line_free (struct t_gui_buffer *buffer, struct t_gui_line *line)
{
struct t_gui_line *ptr_line;
struct t_gui_window *ptr_win;
/* first remove mixed line if it exists */
if (buffer->mixed_lines)