From d34be5d545f598bb4f07f9a07c4618e480705ca6 Mon Sep 17 00:00:00 2001 From: choc Date: Mon, 26 Aug 2024 21:40:27 +0800 Subject: [PATCH] remove unused link member from KeyboardGroup MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit unnecessary since grouping Keyboard wl_list to use wlr_keyboard_group in 023efce ΔSLOC: -1 --- dwl.c | 1 - 1 file changed, 1 deletion(-) diff --git a/dwl.c b/dwl.c index 1f8df42..9021e44 100644 --- a/dwl.c +++ b/dwl.c @@ -153,7 +153,6 @@ typedef struct { } Key; typedef struct { - struct wl_list link; struct wlr_keyboard_group *wlr_group; int nsyms;