Code

use the glib main event loop
[ncmpc.git] / src / command.h
index 9e3b8394b4ad4e70571d91b4b3e7c4697310d35d..4b20a592ce04a90b3e1daa0733961403ef3a653c 100644 (file)
@@ -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