mirror of
https://gitlab.freedesktop.org/libevdev/libevdev.git
synced 2025-12-22 20:40:06 +01:00
Drop some leftover deprecated constants.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
81780fc4d2
commit
a612ee753e
1 changed files with 0 additions and 6 deletions
|
|
@ -36,12 +36,6 @@
|
||||||
|
|
||||||
#define MAXEVENTS 64
|
#define MAXEVENTS 64
|
||||||
|
|
||||||
/* DEPRECATED */
|
|
||||||
LIBEVDEV_EXPORT const enum libevdev_read_flag LIBEVDEV_READ_SYNC = LIBEVDEV_READ_FLAG_SYNC;
|
|
||||||
LIBEVDEV_EXPORT const enum libevdev_read_flag LIBEVDEV_READ_NORMAL = LIBEVDEV_READ_FLAG_NORMAL;
|
|
||||||
LIBEVDEV_EXPORT const enum libevdev_read_flag LIBEVDEV_FORCE_SYNC = LIBEVDEV_READ_FLAG_FORCE_SYNC;
|
|
||||||
LIBEVDEV_EXPORT const enum libevdev_read_flag LIBEVDEV_READ_BLOCKING = LIBEVDEV_READ_FLAG_BLOCKING;
|
|
||||||
|
|
||||||
static int sync_mt_state(struct libevdev *dev, int create_events);
|
static int sync_mt_state(struct libevdev *dev, int create_events);
|
||||||
|
|
||||||
static int
|
static int
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue