remove unused link member from KeyboardGroup

unnecessary since grouping Keyboard wl_list to use wlr_keyboard_group in 023efce

ΔSLOC: -1
This commit is contained in:
choc 2024-08-26 21:40:27 +08:00
parent c5275ca571
commit b17f8f21bd
No known key found for this signature in database

1
dwl.c
View file

@ -152,7 +152,6 @@ typedef struct {
} Key;
typedef struct {
struct wl_list link;
struct wlr_keyboard_group *wlr_group;
int nsyms;