From 9149aa8c961e1bfccc159526eeee5dc089eaf906 Mon Sep 17 00:00:00 2001 From: Ryan Norton Date: Sun, 13 Feb 2005 21:22:19 +0000 Subject: [PATCH] compilo git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32017 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/cocoa/listbox.mm | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/cocoa/listbox.mm b/src/cocoa/listbox.mm index ab8d8233ae..aa59f90715 100644 --- a/src/cocoa/listbox.mm +++ b/src/cocoa/listbox.mm @@ -197,10 +197,6 @@ int wxListBox::FindString(const wxString& s) const } // selection -void wxListBox::SetSelection(int n) -{ -} - int wxListBox::GetSelection() const { return 0; -- 2.45.2