From e247ffe8244b8d53e78d5f1ce00952f1233e2e41 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Mon, 23 Aug 2021 09:24:41 +1000 Subject: [PATCH] ei: remove non-existing ei_client reference Copy/paste-o from the EIS bits Signed-off-by: Peter Hutterer --- src/libei-private.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/libei-private.h b/src/libei-private.h index ca0328d..3c94ba0 100644 --- a/src/libei-private.h +++ b/src/libei-private.h @@ -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; };