Author: mlytwyn
Date: Sun May 29 23:33:25 2016
New Revision: 39820

URL: http://svn.gna.org/viewcvs/gnustep?rev=39820&view=rev
Log:
Remove references to backtrace library

Modified:
    libs/gui/branches/gnustep_testplant_branch/Source/NSPasteboard.m

Modified: libs/gui/branches/gnustep_testplant_branch/Source/NSPasteboard.m
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/gui/branches/gnustep_testplant_branch/Source/NSPasteboard.m?rev=39820&r1=39819&r2=39820&view=diff
==============================================================================
--- libs/gui/branches/gnustep_testplant_branch/Source/NSPasteboard.m    
(original)
+++ libs/gui/branches/gnustep_testplant_branch/Source/NSPasteboard.m    Sun May 
29 23:33:25 2016
@@ -1241,10 +1241,6 @@
   NS_HANDLER
     {
       NSLog(@"%s:exception: %@", __PRETTY_FUNCTION__, localException);
-#if defined(__MINGW__)
-      if ([[NSApp class] respondsToSelector:@selector(printStackTrace)])
-        [[NSApp class] printStackTrace];
-#endif
 #if 0
       [NSException raise: NSPasteboardCommunicationException
                  format: @"%@", [localException reason]];
@@ -1283,10 +1279,6 @@
   NS_HANDLER
     {
       NSLog(@"%s:exception: %@", __PRETTY_FUNCTION__, localException);
-#if defined(__MINGW__)
-      if ([[NSApp class] respondsToSelector:@selector(printStackTrace)])
-        [[NSApp class] printStackTrace];
-#endif
 #if 0
       [NSException raise: NSPasteboardCommunicationException
                  format: @"%@", [localException reason]];
@@ -1360,10 +1352,6 @@
     {
       count = 0;
       NSLog(@"%s:exception: %@", __PRETTY_FUNCTION__, localException);
-#if defined(__MINGW__)
-      if ([[NSApp class] respondsToSelector:@selector(printStackTrace)])
-        [[NSApp class] printStackTrace];
-#endif
       [NSException raise: NSPasteboardCommunicationException
                  format: @"%@", [localException reason]];
     }
@@ -1446,10 +1434,6 @@
   NS_HANDLER
     {
       NSLog(@"%s:exception: %@", __PRETTY_FUNCTION__, localException);
-#if defined(__MINGW__)
-      if ([[NSApp class] respondsToSelector:@selector(printStackTrace)])
-        [[NSApp class] printStackTrace];
-#endif
       [NSException raise: NSPasteboardCommunicationException
                  format: @"%@", [localException reason]];
     }
@@ -1578,10 +1562,6 @@
     {
       ok = NO;
       NSLog(@"%s:exception: %@", __PRETTY_FUNCTION__, localException);
-#if defined(__MINGW__)
-      if ([[NSApp class] respondsToSelector:@selector(printStackTrace)])
-        [[NSApp class] printStackTrace];
-#endif
       [NSException raise: NSPasteboardCommunicationException
                  format: @"%@", [localException reason]];
     }
@@ -1683,10 +1663,6 @@
     {
       ok = NO;
       NSLog(@"%s:exception: %@", __PRETTY_FUNCTION__, localException);
-#if defined(__MINGW__)
-      if ([[NSApp class] respondsToSelector:@selector(printStackTrace)])
-        [[NSApp class] printStackTrace];
-#endif
       [NSException raise: NSPasteboardCommunicationException
                  format: @"%@", [localException reason]];
     }
@@ -1751,10 +1727,6 @@
     {
       ok = NO;
       NSLog(@"%s:exception: %@", __PRETTY_FUNCTION__, localException);
-#if defined(__MINGW__)
-      if ([[NSApp class] respondsToSelector:@selector(printStackTrace)])
-        [[NSApp class] printStackTrace];
-#endif
       [NSException raise: NSPasteboardCommunicationException
                  format: @"%@", [localException reason]];
     }
@@ -1782,10 +1754,6 @@
     {
       type = nil;
       NSLog(@"%s:exception: %@", __PRETTY_FUNCTION__, localException);
-#if defined(__MINGW__)
-      if ([[NSApp class] respondsToSelector:@selector(printStackTrace)])
-        [[NSApp class] printStackTrace];
-#endif
       [NSException raise: NSPasteboardCommunicationException
                  format: @"%@", [localException reason]];
     }
@@ -1812,10 +1780,6 @@
     {
       result = nil;
       NSLog(@"%s:exception: %@", __PRETTY_FUNCTION__, localException);
-#if defined(__MINGW__)
-      if ([[NSApp class] respondsToSelector:@selector(printStackTrace)])
-        [[NSApp class] printStackTrace];
-#endif
       [NSException raise: NSPasteboardCommunicationException
                  format: @"%@", [localException reason]];
     }
@@ -1839,10 +1803,6 @@
   NS_HANDLER
     {
       NSLog(@"%s:exception: %@", __PRETTY_FUNCTION__, localException);
-#if defined(__MINGW__)
-      if ([[NSApp class] respondsToSelector:@selector(printStackTrace)])
-        [[NSApp class] printStackTrace];
-#endif
       [NSException raise: NSPasteboardCommunicationException
                  format: @"%@", [localException reason]];
     }
@@ -1869,10 +1829,6 @@
     {
       d = nil;
       NSLog(@"%s:exception: %@", __PRETTY_FUNCTION__, localException);
-#if defined(__MINGW__)
-      if ([[NSApp class] respondsToSelector:@selector(printStackTrace)])
-        [[NSApp class] printStackTrace];
-#endif
       [NSException raise: NSPasteboardCommunicationException
                  format: @"%@", [localException reason]];
     }
@@ -2258,10 +2214,6 @@
   NS_HANDLER
     {
       NSLog(@"%s:exception: %@", __PRETTY_FUNCTION__, localException);
-#if defined(__MINGW__)
-      if ([[NSApp class] respondsToSelector:@selector(printStackTrace)])
-        [[NSApp class] printStackTrace];
-#endif
       [NSException raise: NSPasteboardCommunicationException
                  format: @"%@", [localException reason]];
     }


_______________________________________________
Gnustep-cvs mailing list
Gnustep-cvs@gna.org
https://mail.gna.org/listinfo/gnustep-cvs

Reply via email to