mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-25 00:00:14 +01:00
Drop unused libinput_device->terminated field
Unused since commit 56f7dde "Port udev-seat to be used in libinput"
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
67ac4501a7
commit
bded6ac1d1
1 changed files with 0 additions and 1 deletions
|
|
@ -159,7 +159,6 @@ struct libinput_device {
|
|||
struct list link;
|
||||
struct list event_listeners;
|
||||
void *user_data;
|
||||
int terminated;
|
||||
int refcount;
|
||||
struct libinput_device_config config;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue