]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/gauge.cpp
disable eVC makefiles for sockets (no CLI targets possible on this platform)
[wxWidgets.git] / src / gtk / gauge.cpp
index 7fb1828e14a54fa102b8218b6332e83085d11b91..aaa124506cabbb677509cb9c73f52c164a3d83df 100644 (file)
@@ -31,8 +31,6 @@ bool wxGauge::Create( wxWindow *parent,
                       const wxValidator& validator,
                       const wxString& name )
 {
-    m_needParent = true;
-
     if (!PreCreation( parent, pos, size ) ||
         !CreateBase( parent, id, pos, size, style, validator, name ))
     {