diff options
author | Tony Crisci <tony@dubstepdish.com> | 2017-12-16 19:16:00 -0500 |
---|---|---|
committer | Tony Crisci <tony@dubstepdish.com> | 2017-12-16 19:16:00 -0500 |
commit | 0256cd1473a574c2eb087f420f8356fee9e08aa7 (patch) | |
tree | a0376d4fa0077648b2c4eb8c844e470245c9a421 /include | |
parent | 9e4fc7253e5e82f443ae8e1a27ced12fb13f8a67 (diff) |
fix keyboard hotplugging
Diffstat (limited to 'include')
-rw-r--r-- | include/sway/input/keyboard.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sway/input/keyboard.h b/include/sway/input/keyboard.h index 0b0c1549..d9251f4c 100644 --- a/include/sway/input/keyboard.h +++ b/include/sway/input/keyboard.h @@ -5,7 +5,6 @@ struct sway_keyboard { struct sway_seat_device *seat_device; - struct wl_list link; // sway_seat::keyboards struct xkb_keymap *keymap; |