diff options
Diffstat (limited to 'src/command.h')
-rw-r--r-- | src/command.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/command.h b/src/command.h index 4529da824..63d83b0a4 100644 --- a/src/command.h +++ b/src/command.h @@ -97,7 +97,6 @@ command_t get_key_command(int key); command_t get_key_command_from_name(char *name); int assign_keys(command_t command, int keys[MAX_COMMAND_KEYS]); -int my_wgetch(WINDOW *w); command_t get_keyboard_command(void); #endif |