aboutsummaryrefslogtreecommitdiff
path: root/rootston/seat.c
diff options
context:
space:
mode:
Diffstat (limited to 'rootston/seat.c')
-rw-r--r--rootston/seat.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/rootston/seat.c b/rootston/seat.c
index ce8ad10b..97d5c7e4 100644
--- a/rootston/seat.c
+++ b/rootston/seat.c
@@ -22,8 +22,7 @@ static void handle_keyboard_modifiers(struct wl_listener *listener,
void *data) {
struct roots_keyboard *keyboard =
wl_container_of(listener, keyboard, keyboard_modifiers);
- struct wlr_event_keyboard_modifiers *event = data;
- roots_keyboard_handle_modifiers(keyboard, event);
+ roots_keyboard_handle_modifiers(keyboard);
}
static void handle_cursor_motion(struct wl_listener *listener, void *data) {