From: Jonathan Neuschäfer Date: Thu, 29 Dec 2011 13:53:24 +0000 (+0100) Subject: command.c: remove obsolete DEBUG_KEYS and DK() X-Git-Tag: release-0.20~10^2~5 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=f9409e2a7557a0b3ae8650a94b6ccd0e9f4e9e83;hp=270f65da11a9c0e46af421afed54389dbc8453e5;p=ncmpc.git command.c: remove obsolete DEBUG_KEYS and DK() --- diff --git a/src/command.c b/src/command.c index 656bb18..3f0d3fb 100644 --- a/src/command.c +++ b/src/command.c @@ -32,14 +32,6 @@ #include #include -#undef DEBUG_KEYS - -#ifdef DEBUG_KEYS -#define DK(x) x -#else -#define DK(x) -#endif - #define KEY_CTL(x) ((x) & 0x1f) /* KEY_CTL(A) == ^A == \1 */ #define BS KEY_BACKSPACE