diff options
author | Simon Zeni <simon@bl4ckb0ne.ca> | 2022-03-02 16:48:57 -0500 |
---|---|---|
committer | Kirill Primak <vyivel@eclair.cafe> | 2022-03-07 16:37:41 +0000 |
commit | 1bb2631c5c05e4b74c1a3163ab030ae42c7d8fe8 (patch) | |
tree | a1f5ff8f60c6effa0772ed38600974fbb78f5b8f /include/wlr | |
parent | 9d8dc026e50e9497b9268be40b5a7d2766cffe72 (diff) |
types/wlr_input_device: remove wlr_input_device_destroy
Diffstat (limited to 'include/wlr')
-rw-r--r-- | include/wlr/types/wlr_input_device.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/wlr/types/wlr_input_device.h b/include/wlr/types/wlr_input_device.h index 1690a5b9..73d90fa5 100644 --- a/include/wlr/types/wlr_input_device.h +++ b/include/wlr/types/wlr_input_device.h @@ -61,11 +61,4 @@ void wlr_input_device_init(struct wlr_input_device *wlr_device, */ void wlr_input_device_finish(struct wlr_input_device *wlr_device); -/** - * Calls the specialized input device destroy function. - * If the wlr_input_device is not owned by a specialized input device, the - * function will finish the wlr_input_device and free it. - */ -void wlr_input_device_destroy(struct wlr_input_device *dev); - #endif |