From 88a4b908d1e798a5276817c3f18d29d61298b7ba Mon Sep 17 00:00:00 2001 From: Markus Ongyerth Date: Thu, 17 May 2018 13:46:45 +0200 Subject: Hide pad auxiliary data in .c file --- include/types/wlr_tablet_v2.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'include') diff --git a/include/types/wlr_tablet_v2.h b/include/types/wlr_tablet_v2.h index ca776734..a59c014f 100644 --- a/include/types/wlr_tablet_v2.h +++ b/include/types/wlr_tablet_v2.h @@ -78,12 +78,6 @@ struct wlr_tablet_tool_client_v2 { struct wl_event_source *frame_source; }; -struct tablet_pad_auxiliary_user_data { - struct wlr_tablet_pad_client_v2 *pad; - size_t index; -}; - - struct wlr_tablet_client_v2 *tablet_client_from_resource(struct wl_resource *resource); void destroy_tablet_v2(struct wl_resource *resource); void add_tablet_client(struct wlr_tablet_seat_client_v2 *seat, struct wlr_tablet_v2_tablet *tablet); -- cgit v1.2.3