aboutsummaryrefslogtreecommitdiff
path: root/examples/shared.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/shared.h')
-rw-r--r--examples/shared.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/examples/shared.h b/examples/shared.h
index f564bffa..cf75f5fe 100644
--- a/examples/shared.h
+++ b/examples/shared.h
@@ -27,9 +27,6 @@ struct keyboard_state {
struct wlr_input_device *device;
struct wl_listener key;
struct wl_list link;
- struct xkb_keymap *keymap;
- struct xkb_state *xkb_state;
- xkb_led_index_t leds[WLR_LED_LAST];
void *data;
};