Revision: 29432
          http://sourceforge.net/p/bibdesk/svn/29432
Author:   hofman
Date:     2025-08-18 15:52:02 +0000 (Mon, 18 Aug 2025)
Log Message:
-----------
remove unused array

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

Modified: trunk/bibdesk/BibDocument.m
===================================================================
--- trunk/bibdesk/BibDocument.m 2025-08-18 15:51:32 UTC (rev 29431)
+++ trunk/bibdesk/BibDocument.m 2025-08-18 15:52:02 UTC (rev 29432)
@@ -2058,7 +2058,6 @@
     [bibString appendString:[[BDSKMacroResolver defaultMacroResolver] 
bibTeXString]];
     [bibString appendString:[aMacroResolver bibTeXString]];
        
-    NSMutableArray *selItems = [NSMutableArray array];
        NSMutableSet *parentItems = [NSMutableSet set];
        NSMutableArray *selParentItems = [NSMutableArray array];
     
@@ -2073,7 +2072,6 @@
                        [parentItems removeObject:aPub];
                        [selParentItems addObject:aPub];
                }else{
-            [selItems addObject:aPub];
             [bibString appendString:[aPub bibTeXStringWithOptions:options]];
             [bibString appendString:@"\n"];
                }

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



_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to