Code

keyboard: implement keyboard_unread() without ungetch()
[ncmpc.git] / src / command.h
index 9b3f722308ccd73ff1215f74a983b03f77b1b78d..1d6b6babcf8721b02ed1f97a0017d368bab2ba18 100644 (file)
@@ -179,7 +179,4 @@ get_key_command_from_name(const char *name);
 bool
 assign_keys(command_t command, int keys[MAX_COMMAND_KEYS]);
 
-gcc_pure
-command_t get_keyboard_command(void);
-
 #endif