ei: remove non-existing ei_client reference

Copy/paste-o from the EIS bits

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2021-08-23 09:24:41 +10:00
parent a1ee9bdf2f
commit e247ffe824

View file

@ -157,7 +157,6 @@ struct ei_event {
struct object object;
enum ei_event_type type;
struct list link;
struct ei_client *client;
struct ei_seat *seat; /* NULL if device is non-NULL */
struct ei_device *device;
};