plugins: remove two unused cleanup functions

Let's make clang tidy happy so at least one of us is.

Part-of: <https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/1292>
This commit is contained in:
Peter Hutterer 2025-08-04 16:59:35 +10:00 committed by Marge Bot
parent aa9d5bf630
commit 4f0b82800a
2 changed files with 0 additions and 3 deletions

View file

@ -175,7 +175,6 @@ plugin_data_destroy(void *d)
free(data);
}
DEFINE_DESTROY_CLEANUP_FUNC(plugin_data);
static void
plugin_destroy(struct libinput_plugin *libinput_plugin)
{

View file

@ -86,8 +86,6 @@ plugin_data_destroy(void *d)
free(data);
}
DEFINE_DESTROY_CLEANUP_FUNC(plugin_data);
static inline void
proximity_timer_plugin_set_timer(struct plugin_device *device, uint64_t time)
{