From: David Elliott Date: Tue, 4 Nov 2003 19:45:59 +0000 (+0000) Subject: Removed call to InitBase() from wxWindowCocoa::Init() X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/6e09ff550a0c2bdd5c03290ba47683adf05ae36a Removed call to InitBase() from wxWindowCocoa::Init() git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24410 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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;