From bc91da96108226f34bbec4ae2664e0a5cd77b0fc Mon Sep 17 00:00:00 2001 From: Dimitri Schoolwerth Date: Mon, 25 Jul 2011 23:31:01 +0000 Subject: [PATCH] Fixed wxOSX-Cocoa compilation. OS X' wxComboBox::Init does not exist anymore since r68366 but an implementation still was present in combobox_osx.cpp which is used in Cocoa compilation. Removed the function. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@68421 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/osx/combobox_osx.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/osx/combobox_osx.cpp b/src/osx/combobox_osx.cpp index 1f3190f085..fe9f812f75 100644 --- a/src/osx/combobox_osx.cpp +++ b/src/osx/combobox_osx.cpp @@ -25,10 +25,6 @@ wxComboBox::~wxComboBox() { } -void wxComboBox::Init() -{ -} - bool wxComboBox::Create(wxWindow *parent, wxWindowID id, const wxString& value, const wxPoint& pos, -- 2.50.0