]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/tbargtk.cpp
PCH-less compilation fixes
[wxWidgets.git] / src / gtk / tbargtk.cpp
index 1b9034647c53327506f42a67de2d3bf9b74457a3..4fb659d82427ffee8c79cc901cee5f172a057085 100644 (file)
@@ -293,7 +293,6 @@ bool wxToolBar::Create( wxWindow *parent,
                         long style,
                         const wxString& name )
 {
-    m_needParent = true;
     m_insertCallback = (wxInsertChildFunction)wxInsertChildInToolBar;
 
     if ( !PreCreation( parent, pos, size ) ||