summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--console-client/xkb/xkb.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/console-client/xkb/xkb.h b/console-client/xkb/xkb.h
index 3039089e..71c7803f 100644
--- a/console-client/xkb/xkb.h
+++ b/console-client/xkb/xkb.h
@@ -356,9 +356,6 @@ typedef struct xkb_indicator
unsigned int ctrls;
} xkb_indicator_t;
-extern xkb_indicator_t *indicators;
-extern int indicator_count;
-
unsigned int KeySymToUcs4(int keysym);
symbol compose_symbols (symbol symbol);
error_t read_composefile (char *);