From 5ce9b17600d7a9365829ec2b876652f6945a28b1 Mon Sep 17 00:00:00 2001 From: Dimitri Schoolwerth Date: Mon, 5 Apr 2004 20:33:04 +0000 Subject: [PATCH] removed HasMultipleSelection() because base class implements it now git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26627 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/mac/carbon/listbox.cpp | 5 ----- 1 file changed, 5 deletions(-) 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 { -- 2.50.0