summaryrefslogtreecommitdiff
path: root/src/evdev-fallback.h
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2023-04-18 15:06:40 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2023-04-27 13:15:14 +1000
commit64af4beb6b969ce346b0c30648e833c3db7b5e86 (patch)
tree5f8a746a67656bf67c07bd0880b6474446198724 /src/evdev-fallback.h
parentbee70901ecc0e37b48ca72515031f2aa8d363018 (diff)
downloadlibinput-64af4beb6b969ce346b0c30648e833c3db7b5e86.tar.gz
fallback: remove write-only rotation.is_enabled variable
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'src/evdev-fallback.h')
-rw-r--r--src/evdev-fallback.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/evdev-fallback.h b/src/evdev-fallback.h
index 27533a1a..519ae0a9 100644
--- a/src/evdev-fallback.h
+++ b/src/evdev-fallback.h
@@ -89,7 +89,6 @@ struct fallback_dispatch {
struct libinput_device_config_calibration calibration;
struct {
- bool is_enabled;
int angle;
struct matrix matrix;
struct libinput_device_config_rotation config;