From 5168137a84110bca1b9ea8f8759eb8e8241ce6c8 Mon Sep 17 00:00:00 2001 From: Leon Scroggins <> Date: Fri, 3 Apr 2009 14:01:27 -0700 Subject: AI 144499: Remove some unnecessary ifdef ANDROID code to make our merges simpler. Rather than using a private function, we now use public functions to accomplish the same task. Automated import of CL 144499 --- WebCore/html/HTMLSelectElement.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'WebCore/html') 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 -- cgit v1.1