From 31fda0c2cfb6843a98271fc3eb60022db4630925 Mon Sep 17 00:00:00 2001
From: Stefan Csomor <csomor@advancedconcepts.ch>
Date: Wed, 14 Aug 2013 20:34:53 +0000
Subject: [PATCH] forgotten commit :-( remove #if 0 if things work again

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74659 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
---
 src/common/init.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/common/init.cpp b/src/common/init.cpp
index adf5780260..e00daeb701 100644
--- a/src/common/init.cpp
+++ b/src/common/init.cpp
@@ -472,7 +472,7 @@ int wxEntryReal(int& argc, wxChar **argv)
 
     wxTRY
     {
-#if defined(__WXOSX__) && wxOSX_USE_COCOA_OR_IPHONE
+#if 0 // defined(__WXOSX__) && wxOSX_USE_COCOA_OR_IPHONE
         // everything done in OnRun using native callbacks
 #else
         // app initialization
-- 
2.47.2