summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform
diff options
context:
space:
mode:
authorJohn Reck <jreck@google.com>2012-04-12 09:54:26 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-04-12 09:54:26 -0700
commit137bd73ba09dcb5595235ea4cfaf710866394a6f (patch)
tree0b4d69efa31ff31be86a362fad1731b94d9a7418 /Source/WebCore/platform
parent2c76a5a518095a481c7e028570087128b13f0c49 (diff)
parent09d5ed3cab4f6c40d9e670ea7c748c9e6c729605 (diff)
downloadexternal_webkit-137bd73ba09dcb5595235ea4cfaf710866394a6f.zip
external_webkit-137bd73ba09dcb5595235ea4cfaf710866394a6f.tar.gz
external_webkit-137bd73ba09dcb5595235ea4cfaf710866394a6f.tar.bz2
Merge "Cleanup unused code"
Diffstat (limited to 'Source/WebCore/platform')
-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 {