From 2d73b710e1fb5d1e99b4bdbcbdbf301d3bce1bc2 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Tue, 30 Mar 2004 16:53:31 +0000 Subject: [PATCH] use base class implementation git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26497 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/mac/carbon/listbox.h | 2 -- 1 file changed, 2 deletions(-) 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()