Remove unnecessary field in cg_keyboard_group

This commit is contained in:
Your Name 2020-02-21 21:17:46 +01:00
parent 615bb0e7e7
commit c0bee55bb3
2 changed files with 0 additions and 8 deletions

2
seat.h
View file

@ -50,8 +50,6 @@ struct cg_seat {
};
struct cg_keyboard_group {
struct wlr_keyboard *keyboard;
struct wlr_keyboard_group *wlr_group;
struct cg_seat *seat;
struct wl_listener key;