summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--xkbcat.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/xkbcat.c b/xkbcat.c
index 5f9c166..795f66c 100644
--- a/xkbcat.c
+++ b/xkbcat.c
@@ -31,11 +31,8 @@
#define KEYSYM_STRLEN 64
/* Global variables */
-extern Display *disp;
-extern int PrintUp;
-
Display *disp;
-int PrintUp =FALSE;
+int PrintUp = FALSE;
char *KeyCodeToStr(int code, int down);