From 62e8aa21abca6ff635268aa8723443b973354a14 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 6 Oct 2008 14:32:29 +0200 Subject: removed my_wgetch(), switch to wgetch() There are no special cases left for my_wgetch() to handle. We can remove it and use the original wgetch() instead. --- src/command.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/command.h') 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 -- cgit v1.2.3