1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-01 15:26:37 +02:00

Removed useless call to doupdate()

This commit is contained in:
Sebastien Helleu
2006-07-23 21:30:37 +00:00
parent 3eced7694b
commit 9909adc0a4
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -436,7 +436,6 @@ gui_input_draw (t_gui_buffer *buffer, int erase)
move (ptr_win->win_input_y, ptr_win->win_input_x);
break;
}
doupdate ();
wrefresh (GUI_CURSES(ptr_win)->win_input);
refresh ();
}
@@ -436,7 +436,6 @@ gui_input_draw (t_gui_buffer *buffer, int erase)
move (ptr_win->win_input_y, ptr_win->win_input_x);
break;
}
doupdate ();
wrefresh (GUI_CURSES(ptr_win)->win_input);
refresh ();
}