summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2014-05-31 19:40:34 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2014-05-31 19:40:34 -0700
commit641a71f594688d870540be47ddff339d746a4fa0 (patch)
tree1503a3ff958ba5c18a3b5801a45c7737c2b56af2
parent4bbc62129724cdc61f601e4f1c98490bca403619 (diff)
Remove unused INPUT_* definitions
Flagged by clang: xkbprint.c:62:9: warning: macro is not used [-Wunused-macros] ^ xkbprint.c:61:9: warning: macro is not used [-Wunused-macros] ^ xkbprint.c:60:9: warning: macro is not used [-Wunused-macros] ^ Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--xkbprint.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/xkbprint.c b/xkbprint.c
index 5df6472..8f45108 100644
--- a/xkbprint.c
+++ b/xkbprint.c
@@ -57,10 +57,6 @@
#define WANT_PS_FILE 1
#define WANT_X_SERVER 2
-#define INPUT_UNKNOWN 0
-#define INPUT_XKB 1
-#define INPUT_XKM 2
-
static unsigned outputFormat = WANT_DEFAULT;
static const char * wantLocale = "C";