mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-20 04:30:06 +01:00
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:
parent
aa9d5bf630
commit
4f0b82800a
2 changed files with 0 additions and 3 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue