From 1bb2631c5c05e4b74c1a3163ab030ae42c7d8fe8 Mon Sep 17 00:00:00 2001 From: Simon Zeni Date: Wed, 2 Mar 2022 16:48:57 -0500 Subject: types/wlr_input_device: remove wlr_input_device_destroy --- include/wlr/types/wlr_input_device.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'include/wlr') 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 -- cgit v1.2.3