]> git.saurik.com Git - wxWidgets.git/commitdiff
oops, we definitely DON'T want to reset m_renderer here
authorVáclav Slavík <vslavik@fastmail.fm>
Sat, 22 Sep 2001 22:39:29 +0000 (22:39 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Sat, 22 Sep 2001 22:39:29 +0000 (22:39 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11672 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/univ/framuniv.cpp

index c1a2650051a3bdbd730722aba08f58f44475800a..798ac4558d33dc82b76d19a558e3637af46e6006 100644 (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);
 }