diff options
Diffstat (limited to 'src/command/command.c')
-rw-r--r-- | src/command/command.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/command/command.c b/src/command/command.c index 491bf5f2..a3701614 100644 --- a/src/command/command.c +++ b/src/command/command.c @@ -1701,11 +1701,6 @@ cmd_process_input(char *inp) gboolean result = FALSE; g_strstrip(inp); - // add line to history if something typed - if (strlen(inp) > 0) { - ui_inp_history_append(inp); - } - // just carry on if no input if (strlen(inp) == 0) { result = TRUE; |