From bded6ac1d1f4aa93a5ecd8d681730734392aae8c Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Thu, 20 Nov 2014 12:08:22 +1000 Subject: Drop unused libinput_device->terminated field Unused since commit 56f7dde "Port udev-seat to be used in libinput" Signed-off-by: Peter Hutterer --- src/libinput-private.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/libinput-private.h b/src/libinput-private.h index 53101609..8c75d1f0 100644 --- a/src/libinput-private.h +++ b/src/libinput-private.h @@ -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; }; -- cgit v1.2.1