diff options
Diffstat (limited to 'console-client/xkb/xkb.h')
-rw-r--r-- | console-client/xkb/xkb.h | 3 |
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 *); |