mirror of
https://gitlab.freedesktop.org/libinput/libei.git
synced 2026-05-09 03:58:03 +02:00
ei: remove now-unused function
This commit is contained in:
parent
ebefdf903c
commit
df673b140d
1 changed files with 0 additions and 13 deletions
|
|
@ -193,19 +193,6 @@ ei_seat_remove(struct ei_seat *seat)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
struct ei_device *
|
|
||||||
ei_seat_find_device(struct ei_seat *seat, uint32_t deviceid)
|
|
||||||
{
|
|
||||||
struct ei_device *device;
|
|
||||||
|
|
||||||
list_for_each(device, &seat->devices, link) {
|
|
||||||
if (device->id == deviceid)
|
|
||||||
return device;
|
|
||||||
}
|
|
||||||
|
|
||||||
return NULL;
|
|
||||||
}
|
|
||||||
|
|
||||||
_public_ bool
|
_public_ bool
|
||||||
ei_seat_has_capability(struct ei_seat *seat,
|
ei_seat_has_capability(struct ei_seat *seat,
|
||||||
enum ei_device_capability cap)
|
enum ei_device_capability cap)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue