summaryrefslogtreecommitdiffstats
path: root/WebCore
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore')
-rw-r--r--WebCore/WebCorePrefixAndroid.h4
-rw-r--r--WebCore/html/HTMLSelectElement.h6
2 files changed, 0 insertions, 10 deletions
diff --git a/WebCore/WebCorePrefixAndroid.h b/WebCore/WebCorePrefixAndroid.h
index c92caa9..a354b08 100644
--- a/WebCore/WebCorePrefixAndroid.h
+++ b/WebCore/WebCorePrefixAndroid.h
@@ -92,10 +92,6 @@ typedef unsigned char flex_uint8_t;
#define ANDROID_META_SUPPORT
-// Give public access to a private method in HTMLSelectElement so that
-// we can use information from the java UI to deselect items of the element.
-#define ANDROID_DESELECT_SELECT
-
// Converts ListBoxes to dropdown popup lists.
#define ANDROID_LISTBOX_USES_MENU_LIST
diff --git a/WebCore/html/HTMLSelectElement.h b/WebCore/html/HTMLSelectElement.h
index e42c04f..ec49a82 100644
--- a/WebCore/html/HTMLSelectElement.h
+++ b/WebCore/html/HTMLSelectElement.h
@@ -141,13 +141,7 @@ private:
void recalcListItems(bool updateSelectedStates = true) const;
void checkListItems() const;
-#ifdef ANDROID_DESELECT_SELECT
-public:
-#endif
void deselectItems(HTMLOptionElement* excludeElement = 0);
-#ifdef ANDROID_DESELECT_SELECT
-private:
-#endif
#ifdef ANDROID_LISTBOX_USES_MENU_LIST
bool usesMenuList() const { return true; }
#else