core: remove dead assignment in function gui_input_history_next

This commit is contained in:
Sébastien Helleu 2017-05-10 21:00:09 +02:00
parent dd2580a1fa
commit 9df72e5d53

View File

@ -1274,7 +1274,6 @@ gui_input_history_next (struct t_gui_window *window,
(void) history;
input_changed = 0;
rc = 0;
if (!window->buffer->input)
return;