]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/statline.cpp
Remove m_blockEvents and use Disable/Enable instead, some more rearraging
[wxWidgets.git] / src / gtk / statline.cpp
index 0e05c9e758d6b988a9c4d0f03d2f845fc798983f..97bfa70cfa4a3833a159ec0a323a808a541b2490 100644 (file)
@@ -38,8 +38,6 @@ bool wxStaticLine::Create( wxWindow *parent, wxWindowID id,
                            const wxPoint &pos, const wxSize &size,
                            long style, const wxString &name )
 {
-    m_needParent = TRUE;
-
     if (!PreCreation( parent, pos, size ) ||
         !CreateBase( parent, id, pos, size, style, wxDefaultValidator, name ))
     {