Remove redundant code
Should have been done in
533bedbf30
(fix aui crash related to SF bug 1531361, 2006-10-31)
This commit is contained in:
@@ -2537,11 +2537,6 @@ void wxAuiManager::Update()
|
|||||||
p.frame->Show(false);
|
p.frame->Show(false);
|
||||||
|
|
||||||
// reparent to m_frame and destroy the pane
|
// reparent to m_frame and destroy the pane
|
||||||
if (m_actionWindow == p.frame)
|
|
||||||
{
|
|
||||||
m_actionWindow = NULL;
|
|
||||||
}
|
|
||||||
|
|
||||||
p.window->Reparent(m_frame);
|
p.window->Reparent(m_frame);
|
||||||
p.frame->SetSizer(NULL);
|
p.frame->SetSizer(NULL);
|
||||||
p.frame->Destroy();
|
p.frame->Destroy();
|
||||||
|
Reference in New Issue
Block a user