summaryrefslogtreecommitdiffstats
path: root/WebCore/html
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html')
-rw-r--r--WebCore/html/HTMLSelectElement.h6
1 files changed, 0 insertions, 6 deletions
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