diff options
author | Markus Ongyerth <ongy@ongy.net> | 2018-05-15 15:49:55 +0200 |
---|---|---|
committer | Markus Ongyerth <ongy@ongy.net> | 2018-07-14 09:43:16 +0200 |
commit | adba68a3c1fb51771342512f570c552a7404cc93 (patch) | |
tree | e974973b32f8dff2c1b906ce4d71820fe71c09a1 /include | |
parent | 31cec36b741d3c645c18c4e7e8dedbd6c6e3ece5 (diff) |
Use tablet_tool impl in libinput backend
Diffstat (limited to 'include')
-rw-r--r-- | include/backend/libinput.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/backend/libinput.h b/include/backend/libinput.h index 6ecdf44f..f0928133 100644 --- a/include/backend/libinput.h +++ b/include/backend/libinput.h @@ -67,7 +67,6 @@ void handle_touch_cancel(struct libinput_event *event, struct wlr_tablet_tool *create_libinput_tablet_tool( struct libinput_device *device); -void wlr_libinput_tablet_tool_destroy(struct wlr_input_device *device); void handle_tablet_tool_axis(struct libinput_event *event, struct libinput_device *device); void handle_tablet_tool_proximity(struct libinput_event *event, |