diff --git a/src/mac/carbon/listbox.cpp b/src/mac/carbon/listbox.cpp index ff4dc28ea2..30cbfafc96 100644 --- a/src/mac/carbon/listbox.cpp +++ b/src/mac/carbon/listbox.cpp @@ -1270,11 +1270,6 @@ void wxListBox::DoSetItems(const wxArrayString& choices, void** clientData) MacSetRedraw( true ) ; } -bool wxListBox::HasMultipleSelection() const -{ - return (m_windowStyle & wxLB_MULTIPLE) || (m_windowStyle & wxLB_EXTENDED); -} - int wxListBox::FindString(const wxString& s) const {