mirror of
https://gitlab.freedesktop.org/libinput/libei.git
synced 2026-05-04 23:38:01 +02:00
Drop a few unused unref functions
Fixes 'warning: unused function 'ei_device_unrefp' [-Wunused-function]' and friends.
This commit is contained in:
parent
7015fa6ad0
commit
3b8ce3dca1
2 changed files with 0 additions and 3 deletions
|
|
@ -83,8 +83,6 @@ OBJECT_IMPLEMENT_GETTER(ei, connection, struct ei_connection *);
|
|||
OBJECT_IMPLEMENT_GETTER(ei, serial, uint32_t);
|
||||
|
||||
DEFINE_UNREF_CLEANUP_FUNC(brei_result);
|
||||
DEFINE_UNREF_CLEANUP_FUNC(ei_device);
|
||||
DEFINE_UNREF_CLEANUP_FUNC(ei_region);
|
||||
DEFINE_UNREF_CLEANUP_FUNC(ei_pingpong);
|
||||
|
||||
struct ei *
|
||||
|
|
|
|||
|
|
@ -57,7 +57,6 @@
|
|||
#include "src/util-io.h"
|
||||
|
||||
DEFINE_UNREF_CLEANUP_FUNC(ei);
|
||||
DEFINE_UNREF_CLEANUP_FUNC(ei_device);
|
||||
DEFINE_UNREF_CLEANUP_FUNC(ei_event);
|
||||
|
||||
#define truefalse(v_) (v_) ? "true" : "false"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue