From: Stefan Csomor Date: Tue, 30 Mar 2004 16:53:31 +0000 (+0000) Subject: use base class implementation X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/2d73b710e1fb5d1e99b4bdbcbdbf301d3bce1bc2 use base class implementation git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26497 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/mac/carbon/listbox.h b/include/wx/mac/carbon/listbox.h index d471bb7940..a121ab7825 100644 --- a/include/wx/mac/carbon/listbox.h +++ b/include/wx/mac/carbon/listbox.h @@ -154,8 +154,6 @@ protected: void MacDoClick() ; void MacDoDoubleClick() ; - // do we have multiple selections? - bool HasMultipleSelection() const; // free memory (common part of Clear() and dtor) // prevent collision with some BSD definitions of macro Free()