Commit 886b0ca50299fdbcc0a557cf9b5e3c812e0b4bb9

Ran Benita 2012-09-10T23:24:19

state: remove unused next field from xkb_filter Signed-off-by: Ran Benita <ran234@gmail.com>

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/src/state.c b/src/state.c
index e3ca920..0a26487 100644
--- a/src/state.c
+++ b/src/state.c
@@ -72,7 +72,6 @@ struct xkb_filter {
     int (*func)(struct xkb_filter *filter, xkb_keycode_t kc,
                 enum xkb_key_direction direction);
     int refcnt;
-    struct xkb_filter *next;
 };
 
 struct xkb_state {