summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2014-11-20 12:08:22 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2014-11-20 15:38:46 +1000
commitbded6ac1d1f4aa93a5ecd8d681730734392aae8c (patch)
tree7013fbff01aab67f4f57f6a26628014dd4e9494e
parent67ac4501a795bf28a421907a8eabc6b56dd8114a (diff)
downloadlibinput-bded6ac1d1f4aa93a5ecd8d681730734392aae8c.tar.gz
Drop unused libinput_device->terminated field
Unused since commit 56f7dde "Port udev-seat to be used in libinput" Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r--src/libinput-private.h1
1 files changed, 0 insertions, 1 deletions
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;
};