]> git.saurik.com Git - wxWidgets.git/blobdiff - src/univ/framuniv.cpp
added wxTreeEvent::GetKeyEvent() to allow to retrieve the key event flags from EVT_TR...
[wxWidgets.git] / 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);
 }