aboutsummaryrefslogtreecommitdiffstats
path: root/src/command.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/command.h')
-rw-r--r--src/command.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/command.h b/src/command.h
index 9e3b8394b..4b20a592c 100644
--- a/src/command.h
+++ b/src/command.h
@@ -100,6 +100,5 @@ int assign_keys(command_t command, int keys[MAX_COMMAND_KEYS]);
int my_wgetch(WINDOW *w);
command_t get_keyboard_command(void);
-command_t get_keyboard_command_with_timeout(int milliseconds);
#endif