mirror of
https://github.com/weechat/weechat.git
synced 2026-07-03 16:23:14 +02:00
core: remove dead assignment in function gui_input_history_next
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user