diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2014-05-31 19:40:34 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2014-05-31 19:40:34 -0700 |
commit | 641a71f594688d870540be47ddff339d746a4fa0 (patch) | |
tree | 1503a3ff958ba5c18a3b5801a45c7737c2b56af2 | |
parent | 4bbc62129724cdc61f601e4f1c98490bca403619 (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.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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"; |