oops, we definitely DON'T want to reset m_renderer here

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11672 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2001-09-22 22:39:29 +00:00
parent 21f4383ae7
commit 5b60dec5c1

View File

@@ -55,7 +55,6 @@ bool wxFrame::Create(wxWindow *parent,
long style,
const wxString& name)
{
m_renderer = NULL;
return wxTopLevelWindow::Create(parent, id, title, pos, size, style, name);
}