summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2012-03-14 11:58:24 +0000
committerDaniel Stone <daniel@fooishbar.org>2012-03-14 12:00:54 +0000
commit3ee370e9696933071c4e980983f56cd3f931b361 (patch)
tree9526be828e56c7fc0062811f25c46e124a089d3b /include
parent5dd817339d35bb493943f29a8f3ba1591a8ba4ef (diff)
downloadxorg-lib-libxkbcommon-3ee370e9696933071c4e980983f56cd3f931b361.tar.gz
Remove unused control members
Signed-off-by: Daniel Stone <daniel@fooishbar.org>
Diffstat (limited to 'include')
-rw-r--r--include/xkbcommon/xkbcommon.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/xkbcommon/xkbcommon.h b/include/xkbcommon/xkbcommon.h
index 2dc1bc7..6ed9884 100644
--- a/include/xkbcommon/xkbcommon.h
+++ b/include/xkbcommon/xkbcommon.h
@@ -330,7 +330,6 @@ struct xkb_names {
};
struct xkb_controls {
- unsigned char mk_dflt_btn;
unsigned char num_groups;
unsigned char groups_wrap;
struct xkb_mods internal;
@@ -340,11 +339,6 @@ struct xkb_controls {
unsigned short repeat_interval;
unsigned short slow_keys_delay;
unsigned short debounce_delay;
- unsigned short mk_delay;
- unsigned short mk_interval;
- unsigned short mk_time_to_max;
- unsigned short mk_max_speed;
- short mk_curve;
unsigned short ax_options;
unsigned short ax_timeout;
unsigned short axt_opts_mask;