From fe4e2aef0459241234788b7fe4251b17b9a3f4ef Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Mon, 24 Apr 2017 15:58:22 +1000 Subject: touchpad: drop the unused touchpad_model enum A leftover from synaptics where we do this detection in the driver. libinput pushes this to the hwdb and sets the model flags accordingly. Signed-off-by: Peter Hutterer --- src/evdev-mt-touchpad.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src') diff --git a/src/evdev-mt-touchpad.h b/src/evdev-mt-touchpad.h index 2d531b5..9dc8879 100644 --- a/src/evdev-mt-touchpad.h +++ b/src/evdev-mt-touchpad.h @@ -44,15 +44,6 @@ enum touchpad_event { TOUCHPAD_EVENT_OTHERAXIS = (1 << 3), }; -enum touchpad_model { - MODEL_UNKNOWN = 0, - MODEL_SYNAPTICS, - MODEL_ALPS, - MODEL_APPLETOUCH, - MODEL_ELANTECH, - MODEL_UNIBODY_MACBOOK -}; - enum touch_state { TOUCH_NONE = 0, TOUCH_HOVERING, -- cgit v1.2.3