diff options
author | Diego Nieto Cid <dnietoc@gmail.com> | 2010-07-31 01:01:07 -0300 |
---|---|---|
committer | Diego Nieto Cid <dnietoc@gmail.com> | 2011-04-04 22:26:09 -0300 |
commit | 77ac8c4286f1015ef19bb92d5f6e9263ca5bc1e9 (patch) | |
tree | 551ac6774393831cb898c51971149e30429209ba /console-client/xkb | |
parent | fe3e62d3ae72d6fb5d943a91cedd86fc3258bd74 (diff) |
debian patch: 06_gcc-4.1_fix.patch
Diffstat (limited to 'console-client/xkb')
-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 *); |