Code

keyboard: move code to translate_key()
[ncmpc.git] / src / command.h
index e770a1d62aa96124f3443197bb9c31f6e1758f67..1d6b6babcf8721b02ed1f97a0017d368bab2ba18 100644 (file)
@@ -1,5 +1,5 @@
 /* ncmpc (Ncurses MPD Client)
- * (c) 2004-2010 The Music Player Daemon Project
+ * (c) 2004-2017 The Music Player Daemon Project
  * Project homepage: http://musicpd.org
  *
  * This program is free software; you can redistribute it and/or modify
@@ -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