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
This commit is contained in:
parent
1f6831ea9b
commit
bc91da9610
@ -25,10 +25,6 @@ wxComboBox::~wxComboBox()
|
||||
{
|
||||
}
|
||||
|
||||
void wxComboBox::Init()
|
||||
{
|
||||
}
|
||||
|
||||
bool wxComboBox::Create(wxWindow *parent, wxWindowID id,
|
||||
const wxString& value,
|
||||
const wxPoint& pos,
|
||||
|
Loading…
Reference in New Issue
Block a user