superfluous embedding API

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56225 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2008-10-11 05:18:26 +00:00
parent fce3374f35
commit ac23569987

View File

@@ -1381,13 +1381,6 @@ void wxMacControl::SetScrollThumb( wxInt32 WXUNUSED(pos), wxInt32 WXUNUSED(views
// implemented in respective subclass
}
void wxMacControl::AddSubWidget( wxWidgetImpl* widget )
{
ControlRef container = (ControlRef) GetWXWidget() ;
wxASSERT_MSG( container != NULL , wxT("No valid mac container control") ) ;
::EmbedControl( (ControlRef) widget->GetWXWidget() , container ) ;
}
//
// Tab Control
//