summaryrefslogtreecommitdiffstats
path: root/ui/base/events.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/base/events.h')
-rw-r--r--ui/base/events.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/ui/base/events.h b/ui/base/events.h
index 1bf5ec4..e0e712d 100644
--- a/ui/base/events.h
+++ b/ui/base/events.h
@@ -105,11 +105,6 @@ enum TouchStatus {
// handler.
};
-enum CaptureEventFlags {
- CW_LOCK_MOUSE = 1 << 0,
- CW_LOCK_TOUCH = 1 << 1,
-};
-
// Updates the list of devices for cached properties.
UI_EXPORT void UpdateDeviceList();