Revision: 15291
          http://bibdesk.svn.sourceforge.net/bibdesk/?rev=15291&view=rev
Author:   hofman
Date:     2009-05-08 18:57:48 +0000 (Fri, 08 May 2009)

Log Message:
-----------
remove omni macro

Modified Paths:
--------------
    trunk/bibdesk/BDSKPubMedXMLParser.m

Modified: trunk/bibdesk/BDSKPubMedXMLParser.m
===================================================================
--- trunk/bibdesk/BDSKPubMedXMLParser.m 2009-05-08 17:32:59 UTC (rev 15290)
+++ trunk/bibdesk/BDSKPubMedXMLParser.m 2009-05-08 18:57:48 UTC (rev 15291)
@@ -56,9 +56,6 @@
 {
     NSError *error;
     NSArray *nodes = [self nodesForXPath:xpath error:&error];
-#ifdef OMNI_ASSERTIONS_ON
-    if (nil == nodes) NSLog(@"Error for XPath %@: %@", xpath, error);
-#endif
     return [nodes count] ? [nodes objectAtIndex:0] : nil;
 }
 
@@ -68,11 +65,7 @@
 @implementation BDSKPubMedXMLParser
 
 static bool _useTitlecase = false;
-#ifdef OMNI_ASSERTIONS_ON
-static bool _addXMLStringToAnnote = true;
-#else
 static bool _addXMLStringToAnnote = false;
-#endif
 
 + (void)initialize
 {


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to