diff options
author | Markus Ongyerth <ongy@ongy.net> | 2018-05-19 14:35:51 +0200 |
---|---|---|
committer | Markus Ongyerth <ongy@ongy.net> | 2018-07-14 09:48:57 +0200 |
commit | 5cbdd13df838c70e66e511598eb061534392c804 (patch) | |
tree | 6a226d7c361da6c004ffb74b1edc8b7d44515db6 /include/wlr | |
parent | 3be916f9b8dd697d5876e017b544e3d42c11397e (diff) |
remove unused wl_listener
Diffstat (limited to 'include/wlr')
-rw-r--r-- | include/wlr/types/wlr_tablet_v2.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/wlr/types/wlr_tablet_v2.h b/include/wlr/types/wlr_tablet_v2.h index 85233813..872bb425 100644 --- a/include/wlr/types/wlr_tablet_v2.h +++ b/include/wlr/types/wlr_tablet_v2.h @@ -45,7 +45,6 @@ struct wlr_tablet_v2_tablet_tool { struct wlr_tablet_tool_client_v2 *current_client; struct wlr_surface *focused_surface; struct wl_listener surface_destroy; - struct wl_listener client_destroy; uint32_t proximity_serial; bool is_down; |