X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/93488eee91771528926ec2ef0664bc4d2f15a100..dbcbe229628c7667da2b6257198467d4f09ab28d:/src/motif/control.cpp?ds=sidebyside diff --git a/src/motif/control.cpp b/src/motif/control.cpp index 6413b92103..894198a0a1 100644 --- a/src/motif/control.cpp +++ b/src/motif/control.cpp @@ -62,14 +62,6 @@ bool wxControl::Create( wxWindow *parent, return ret; } -wxControl::~wxControl() -{ - // If we delete an item, we should initialize the parent panel, - // because it could now be invalid. - if ( GetParent()->panel->GetDefaultItem() == this) - panel->SetDefaultItem(NULL); -} - void wxControl::SetLabel(const wxString& label) { Widget widget = (Widget) GetLabelWidget() ;