From 89780b6ee0a1aa97960647e76684e7d186852b64 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 8 May 2006 00:51:31 +0000 Subject: [PATCH] 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 --- src/mac/carbon/app.cpp | 5 ----- 1 file changed, 5 deletions(-) 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, -- 2.45.2