Commit 3ee370e9696933071c4e980983f56cd3f931b361

Daniel Stone 2012-03-14T11:58:24

Remove unused control members Signed-off-by: Daniel Stone <daniel@fooishbar.org>

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;