diff --git a/src/cocoa/window.mm b/src/cocoa/window.mm index 8412232abb..4b3373a4b7 100644 --- a/src/cocoa/window.mm +++ b/src/cocoa/window.mm @@ -240,8 +240,6 @@ wxWindow *wxWindowCocoa::sm_capturedWindow = NULL; // Constructor void wxWindowCocoa::Init() { - InitBase(); - m_cocoaNSView = NULL; m_cocoaHider = NULL; m_cocoaScroller = NULL;