diff options
Diffstat (limited to 'services/inputflinger/EventHub.h')
-rw-r--r-- | services/inputflinger/EventHub.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/services/inputflinger/EventHub.h b/services/inputflinger/EventHub.h index 6869253..0f94c77 100644 --- a/services/inputflinger/EventHub.h +++ b/services/inputflinger/EventHub.h @@ -137,9 +137,6 @@ enum { /* The input device is an external stylus (has data we want to fuse with touch data). */ INPUT_DEVICE_CLASS_EXTERNAL_STYLUS = 0x00000800, - /* The input device has a rotary encoder */ - INPUT_DEVICE_CLASS_ROTARY_ENCODER = 0x00001000, - /* The input device is virtual (not a real device, not part of UI configuration). */ INPUT_DEVICE_CLASS_VIRTUAL = 0x40000000, |