Changeset 56225

Show
Ignore:
Timestamp:
10/10/08 22:18:26 (6 weeks ago)
Author:
SC
Message:

superfluous embedding API

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • wxWidgets/trunk/src/osx/carbon/window.cpp

    r56218 r56225  
    13821382} 
    13831383 
    1384 void wxMacControl::AddSubWidget( wxWidgetImpl* widget ) 
    1385 { 
    1386     ControlRef container = (ControlRef) GetWXWidget() ; 
    1387     wxASSERT_MSG( container != NULL , wxT("No valid mac container control") ) ; 
    1388     ::EmbedControl( (ControlRef) widget->GetWXWidget() , container ) ; 
    1389 } 
    1390  
    13911384// 
    13921385// Tab Control