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
This commit is contained in:
Dimitri Schoolwerth 2004-04-05 20:33:04 +00:00
parent 93a163f611
commit 5ce9b17600

View File

@ -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
{