]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/app.cpp
parameters must have names in C
[wxWidgets.git] / src / mac / carbon / app.cpp
index 58ee11d265470c94254c42014ddf0bae5c68a0e2..fd5c1b0d4f27084b82632c002cd13d8efb791a49 100644 (file)
@@ -970,12 +970,6 @@ pascal OSStatus wxMacApplicationEventHandler( EventHandlerCallRef handler , Even
 
 wxApp::wxApp()
 {
-  m_topWindow = NULL;
-  wxTheApp = this;
-
-  argc = 0;
-  argv = NULL;
-
   m_printMode = wxPRINT_WINDOWS;
   m_auto3D = TRUE;
 }