diff options
Diffstat (limited to 'services/input/PointerController.h')
-rw-r--r-- | services/input/PointerController.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/services/input/PointerController.h b/services/input/PointerController.h index e28dd7d..e1dab5c 100644 --- a/services/input/PointerController.h +++ b/services/input/PointerController.h @@ -31,10 +31,6 @@ namespace android { -enum { - POINTER_BUTTON_1 = 1 << 0, -}; - /** * Interface for tracking a single (mouse) pointer. * |