From: Max Kellermann Date: Mon, 20 Mar 2017 11:04:44 +0000 (+0100) Subject: command: remove "pure" attribute from get_keyboard_command() X-Git-Tag: v0.26~14 X-Git-Url: https://git.tokkee.org/?p=ncmpc.git;a=commitdiff_plain;h=43103df0787c799ddadeb1e4da6a7938127e4f88 command: remove "pure" attribute from get_keyboard_command() --- diff --git a/src/command.h b/src/command.h index 9b3f722..3545214 100644 --- a/src/command.h +++ b/src/command.h @@ -179,7 +179,6 @@ 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