mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-16 06:59:44 -05:00
Remove unused tablet_pad list from tools
This commit is contained in:
parent
101080a382
commit
b84288af16
2 changed files with 0 additions and 11 deletions
|
|
@ -89,13 +89,10 @@ struct roots_tablet_tool {
|
|||
struct wl_listener tip;
|
||||
struct wl_listener button;
|
||||
struct wl_list link;
|
||||
|
||||
struct wl_list pads; // struct roots_tablet_pad::tablet_link
|
||||
};
|
||||
|
||||
struct roots_tablet_pad {
|
||||
struct wl_list link;
|
||||
struct wl_list tablet_link;
|
||||
struct wlr_tablet_v2_tablet_pad *tablet_v2_pad;
|
||||
|
||||
struct roots_seat *seat;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue