evdev: drop unused enum value DISPATCH_LID_SWITCH

Obsolete since f0f6326490

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2017-09-19 14:00:05 +10:00
parent 0ac868143a
commit 9765da94c0

View file

@ -324,7 +324,6 @@ enum evdev_dispatch_type {
DISPATCH_TOUCHPAD,
DISPATCH_TABLET,
DISPATCH_TABLET_PAD,
DISPATCH_LID_SWITCH,
};
struct evdev_dispatch {