mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-01 22:58:38 -04:00
types/wlr_input_device: remove wlr_input_device_destroy
This commit is contained in:
parent
9d8dc026e5
commit
1bb2631c5c
3 changed files with 3 additions and 44 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue