From f9409e2a7557a0b3ae8650a94b6ccd0e9f4e9e83 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jonathan=20Neusch=C3=A4fer?= Date: Thu, 29 Dec 2011 14:53:24 +0100 Subject: [PATCH 1/1] command.c: remove obsolete DEBUG_KEYS and DK() --- src/command.c | 8 -------- 1 file changed, 8 deletions(-) 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 -- 2.30.2