Remove unused tablet_pad list from tools

This commit is contained in:
Markus Ongyerth 2018-06-14 11:56:14 +02:00
parent 101080a382
commit b84288af16
2 changed files with 0 additions and 11 deletions

View file

@ -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;