X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2841cdd89b8f68fbfe9414ac3f44408dfac77c7c..61f824b8198b6c916adc25f58640a22c9d523bf0:/src/generic/statusbr.cpp diff --git a/src/generic/statusbr.cpp b/src/generic/statusbr.cpp index b633fa4fa6..e0bd6f8d08 100644 --- a/src/generic/statusbr.cpp +++ b/src/generic/statusbr.cpp @@ -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,14 +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 - // JACS: this is not true for the Windows native version, - // so why should it be true here? This control can be used - // as a child of an arbitrary window, not just for frames. - // Commenting out. -#ifndef __WXMAC__ - // parent->GetChildren().DeleteObject(this); -#endif InitColours(); #ifdef __WXPM__