Revision: 29081
          http://sourceforge.net/p/bibdesk/svn/29081
Author:   hofman
Date:     2025-02-28 14:43:51 +0000 (Fri, 28 Feb 2025)
Log Message:
-----------
remove unused variable

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

Modified: trunk/bibdesk/BibDocument+Scripting.m
===================================================================
--- trunk/bibdesk/BibDocument+Scripting.m       2025-02-28 14:41:49 UTC (rev 
29080)
+++ trunk/bibdesk/BibDocument+Scripting.m       2025-02-28 14:43:51 UTC (rev 
29081)
@@ -851,7 +851,6 @@
     // We do this by getting each object and seeing if it actually appears in 
the real key that we are trying to evaluate in.
     BOOL keyIsGroups = [key isEqual:@"scriptingGroups"];
     NSArray *relKeyObjects = (keyIsGroups ? nil : [self valueForKey:key]);
-    NSUInteger curKeyIndex;
     NSInteger groupCount = [allGroups count];
     
     for (isBefore ? baseIndex-- : baseIndex++; isBefore ? baseIndex >= 0 : 
baseIndex < groupCount; isBefore ? baseIndex-- : baseIndex++) {

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



_______________________________________________
Bibdesk-commit mailing list
Bibdesk-commit@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to