]> git.saurik.com Git - wxWidgets.git/commitdiff
use base class implementation
authorStefan Csomor <csomor@advancedconcepts.ch>
Tue, 30 Mar 2004 16:53:31 +0000 (16:53 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Tue, 30 Mar 2004 16:53:31 +0000 (16:53 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26497 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/mac/carbon/listbox.h

index d471bb7940e76a4faaee0392ea521e3a07bad8f6..a121ab78256cbf850a6c5333b0602284f2645bde 100644 (file)
@@ -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()