From: Václav Slavík Date: Sat, 22 Sep 2001 22:39:29 +0000 (+0000) Subject: oops, we definitely DON'T want to reset m_renderer here X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/5b60dec5c1941957aee03c4fb179eaaf44207f77 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 --- diff --git a/src/univ/framuniv.cpp b/src/univ/framuniv.cpp index c1a2650051..798ac4558d 100644 --- a/src/univ/framuniv.cpp +++ b/src/univ/framuniv.cpp @@ -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); }