state: remove unused next field from xkb_filter

Signed-off-by: Ran Benita <ran234@gmail.com>
master
Ran Benita 2012-09-10 23:24:19 +03:00
parent 2de55601d8
commit 886b0ca502
1 changed files with 0 additions and 1 deletions

View File

@ -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 {