diff options
author | Markus Ongyerth <ongy@ongy.net> | 2018-06-14 11:56:14 +0200 |
---|---|---|
committer | Markus Ongyerth <ongy@ongy.net> | 2018-07-14 09:48:57 +0200 |
commit | b84288af16f56295a66d58bdb41b7ba7c4dd54f3 (patch) | |
tree | ba7f807bb68a34e4c8296256466641d400400010 /include/rootston | |
parent | 101080a3828881ebc4e536c13d129220ea41428b (diff) |
Remove unused tablet_pad list from tools
Diffstat (limited to 'include/rootston')
-rw-r--r-- | include/rootston/seat.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/rootston/seat.h b/include/rootston/seat.h index 258c8840..071103cf 100644 --- a/include/rootston/seat.h +++ b/include/rootston/seat.h @@ -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; |