ei: remove now-unused function

This commit is contained in:
Peter Hutterer 2023-02-06 18:20:16 +10:00
parent ebefdf903c
commit df673b140d

View file

@ -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
ei_seat_has_capability(struct ei_seat *seat,
enum ei_device_capability cap)