From: Vadim Zeitlin Date: Mon, 8 May 2006 00:51:31 +0000 (+0000) Subject: removed __throws_bad_alloc import, this apparently breaks CW8.3 compilation and... X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/89780b6ee0a1aa97960647e76684e7d186852b64?ds=sidebyside removed __throws_bad_alloc import, this apparently breaks CW8.3 compilation and is unused anyhow git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39104 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/mac/carbon/app.cpp b/src/mac/carbon/app.cpp index e0cd306473..d293624354 100644 --- a/src/mac/carbon/app.cpp +++ b/src/mac/carbon/app.cpp @@ -731,11 +731,6 @@ pascal OSStatus wxMacAppEventHandler( EventHandlerCallRef handler , EventRef eve DEFINE_ONE_SHOT_HANDLER_GETTER( wxMacAppEventHandler ) -#if defined(WXMAKINGDLL_CORE) && !defined(__DARWIN__) -// we know it's there ;-) -WXIMPORT char std::__throws_bad_alloc ; -#endif - #ifdef __WXDEBUG__ pascal static void wxMacAssertOutputHandler(OSType componentSignature, UInt32 options,