X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5a2155efdb30931a19c2686511887966feb0c470..780bb8744b5a9d9492831f0bd338251aa4641c56:/src/motif/control.cpp diff --git a/src/motif/control.cpp b/src/motif/control.cpp index 4a79908477..894198a0a1 100644 --- a/src/motif/control.cpp +++ b/src/motif/control.cpp @@ -13,6 +13,8 @@ #pragma implementation "control.h" #endif +#include "wx/defs.h" + #include "wx/control.h" #include "wx/panel.h" #include "wx/utils.h" @@ -60,18 +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. - wxPanel *panel = wxDynamicCast(GetParent(), wxPanel); - if (panel) - { - if (panel->GetDefaultItem() == this) - panel->SetDefaultItem((wxButton*) NULL); - } -} - void wxControl::SetLabel(const wxString& label) { Widget widget = (Widget) GetLabelWidget() ;