From bbe299e200c3fe5dbfd0696096de121f9057eb0d Mon Sep 17 00:00:00 2001 From: Kristian Monsen Date: Thu, 15 Jul 2010 16:46:22 +0100 Subject: Removing ANDROID_USER_GESTURE ifdef As discussed on CL https://android-git.corp.google.com/g/#change,56717, removing the ifdef is a good thing as this is not a feature we want to turn on and off. Change-Id: Ic7a062e2bb15850ca17fcb46fbd25d786e08028d --- WebCore/config.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'WebCore/config.h') diff --git a/WebCore/config.h b/WebCore/config.h index 8af4fe9..9a3cd78 100644 --- a/WebCore/config.h +++ b/WebCore/config.h @@ -194,9 +194,6 @@ // apple-touch-icon support in tags #define ANDROID_APPLE_TOUCH_ICON -// Checking if an action is user initiated or not -#define ANDROID_USER_GESTURE_CHECK - // Enable prefetching when specified via the rel element of elements. #define ENABLE_LINK_PREFETCH 1 -- cgit v1.1