diff options
author | choc <notchoc@disroot.org> | 2024-08-26 21:40:27 +0800 |
---|---|---|
committer | Leonardo Hernández Hernández <leohdz172@proton.me> | 2024-08-27 23:12:00 -0600 |
commit | d34be5d545f598bb4f07f9a07c4618e480705ca6 (patch) | |
tree | f09b5a83cb8eb48aed13c67231c30e2da9742a41 | |
parent | c49312f0841aaa11e9354d9cc239953b7c50ae83 (diff) | |
download | dwl-d34be5d545f598bb4f07f9a07c4618e480705ca6.tar.gz |
remove unused link member from KeyboardGroup
unnecessary since grouping Keyboard wl_list to use wlr_keyboard_group in 023efce
ΔSLOC: -1
-rw-r--r-- | dwl.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -153,7 +153,6 @@ typedef struct { } Key; typedef struct { - struct wl_list link; struct wlr_keyboard_group *wlr_group; int nsyms; |