]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/statusbr.cpp
"As is" means the current size (or position) not the best size.
[wxWidgets.git] / src / generic / statusbr.cpp
index 203295199ac45ee3fd24ac7731695aa0c5368102..e0bd6f8d084fa10a4c00d52244bf9093d52bfc11 100644 (file)
@@ -66,12 +66,6 @@ void wxStatusBarGeneric::Init()
 
 wxStatusBarGeneric::~wxStatusBarGeneric()
 {
-    // VZ: what is this for? please comment...
-#ifdef __WXMSW__
-    // JACS: commenting out since it causes an assert
-    // and there seems no reason for it.
-    // SetFont(wxNullFont);
-#endif // MSW
 }
 
 bool wxStatusBarGeneric::Create(wxWindow *parent,
@@ -87,10 +81,6 @@ bool wxStatusBarGeneric::Create(wxWindow *parent,
   // The status bar should have a themed background
   SetThemeEnabled( true );
 
-  // Don't wish this to be found as a child
-#ifndef __WXMAC__
-  parent->GetChildren().DeleteObject(this);
-#endif
   InitColours();
   
 #ifdef __WXPM__