removing some obsolete CLEAR members
Modified Files:
wxWindows/samples/richedit/wxlwindow.cpp
wxWindows/utils/dialoged/src/reseditr.cpp
----------------------------------------------------------------------
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23345
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
{
GetLayoutList()->Clear(family,size,style,weight,underline,fg,bg);
SetBackgroundColour(GetLayoutList()->GetDefaultStyleInfo().GetBGColour());
- wxScrolledWindow::Clear();
+ //wxScrolledWindow::Clear();
ResizeScrollbars(true);
SetDirty();
SetModified(FALSE);
win->Destroy();
- if (clearDisplay)
- m_editorPanel->Clear();
+ //if (clearDisplay)
+ // m_editorPanel->Clear();
return TRUE;
}
DisassociateResource(m_editorPanel->m_childWindow);
DeleteWindow(m_editorPanel->m_childWindow);
m_editorPanel->m_childWindow = NULL;
- m_editorPanel->Clear();
+ //m_editorPanel->Clear();
}
}