From 77129e1138f211abfa1eae6f3432362f18ff3dfc Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Fri, 19 Dec 2025 15:23:41 +0100 Subject: [PATCH] evdev-properties: drop unused EVDEV_PROP_REOPEN Not used for 16 years now. See 59056e656c6475816ab45b2798bd4d4466482f6a. Signed-off-by: Enrico Weigelt, metux IT consult --- include/evdev-properties.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/include/evdev-properties.h b/include/evdev-properties.h index c61aa49..9b3f16d 100644 --- a/include/evdev-properties.h +++ b/include/evdev-properties.h @@ -56,10 +56,6 @@ /* BOOL, 2 values [x, y], 1 inverts axis */ #define EVDEV_PROP_INVERT_AXES "Evdev Axis Inversion" -/* Reopen attempts. */ -/* CARD8 */ -#define EVDEV_PROP_REOPEN "Evdev Reopen Attempts" /* OBSOLETE */ - /* Run-time calibration */ /* CARD32, 4 values [minx, maxx, miny, maxy], or no values for unset */ #define EVDEV_PROP_CALIBRATION "Evdev Axis Calibration"