summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2012-03-10 14:27:06 +0000
committerDaniel Stone <daniel@fooishbar.org>2012-03-10 14:27:06 +0000
commit24c61d0f78e4de77041568c2114c4f1e7e19a0b0 (patch)
tree547d6882cdc2c9286473bc3d1a961a2437ddd7e1 /include
parente7c8bac79df08ec762d97c2fd1ff0667eb7593d7 (diff)
downloadxorg-lib-libxkbcommon-24c61d0f78e4de77041568c2114c4f1e7e19a0b0.tar.gz
Remove half-implemented radio groups
It looks like this could never have worked anyway, what with num_rg always being 0 everywhere. Remove it. Signed-off-by: Daniel Stone <daniel@fooishbar.org>
Diffstat (limited to 'include')
-rw-r--r--include/xkbcommon/xkbcommon.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/xkbcommon/xkbcommon.h b/include/xkbcommon/xkbcommon.h
index ac7b848..4ef3dd2 100644
--- a/include/xkbcommon/xkbcommon.h
+++ b/include/xkbcommon/xkbcommon.h
@@ -327,7 +327,6 @@ struct xkb_names {
xkb_keycode_t num_keys;
xkb_keycode_t num_key_aliases;
- unsigned short num_rg;
};
struct xkb_controls {
@@ -436,7 +435,6 @@ struct xkb_name_changes {
unsigned char first_lvl;
unsigned char num_lvls;
xkb_keycode_t num_aliases;
- unsigned char num_rg;
xkb_keycode_t first_key;
xkb_keycode_t num_keys;
unsigned short changed_vmods;