Removed ui_input_nonblocking()

This commit is contained in:
James Booth
2015-11-01 18:56:34 +00:00
parent 8195ab42cb
commit d6e4b74802
8 changed files with 10 additions and 17 deletions

View File

@@ -4044,7 +4044,7 @@ cmd_inpblock(ProfWin *window, const char *const command, gchar **args)
if (res) {
cons_show("Input blocking set to %d milliseconds.", intval);
prefs_set_inpblock(intval);
ui_input_nonblocking(FALSE);
inp_nonblocking(FALSE);
} else {
cons_show(err_msg);
free(err_msg);