summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/PlatformTouchEvent.h
diff options
context:
space:
mode:
authorJohn Reck <jreck@google.com>2012-04-11 17:51:15 -0700
committerJohn Reck <jreck@google.com>2012-04-11 17:51:15 -0700
commit09d5ed3cab4f6c40d9e670ea7c748c9e6c729605 (patch)
tree4f37b2a80c0aab4c910f3dbd9346934d509b2da4 /Source/WebCore/platform/PlatformTouchEvent.h
parent8266295cc837f73c2bcfbcca3f8b330d4991fc0e (diff)
downloadexternal_webkit-09d5ed3cab4f6c40d9e670ea7c748c9e6c729605.zip
external_webkit-09d5ed3cab4f6c40d9e670ea7c748c9e6c729605.tar.gz
external_webkit-09d5ed3cab4f6c40d9e670ea7c748c9e6c729605.tar.bz2
Cleanup unused code
Bug: 6317798 Change-Id: I377753d119d74bbd2569be586d980081f78d15e7
Diffstat (limited to 'Source/WebCore/platform/PlatformTouchEvent.h')
-rw-r--r--Source/WebCore/platform/PlatformTouchEvent.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/WebCore/platform/PlatformTouchEvent.h b/Source/WebCore/platform/PlatformTouchEvent.h
index 2ca7c99..f7524b4 100644
--- a/Source/WebCore/platform/PlatformTouchEvent.h
+++ b/Source/WebCore/platform/PlatformTouchEvent.h
@@ -52,10 +52,6 @@ enum TouchEventType {
, TouchMove
, TouchEnd
, TouchCancel
-#if PLATFORM(ANDROID)
- , TouchLongPress
- , TouchDoubleTap
-#endif
};
class PlatformTouchEvent {