Revision: 28958
          http://sourceforge.net/p/bibdesk/svn/28958
Author:   hofman
Date:     2024-10-16 09:16:05 +0000 (Wed, 16 Oct 2024)
Log Message:
-----------
remove unused variable

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

Modified: trunk/bibdesk/BibDocument_DataSource.m
===================================================================
--- trunk/bibdesk/BibDocument_DataSource.m      2024-10-15 15:22:30 UTC (rev 
28957)
+++ trunk/bibdesk/BibDocument_DataSource.m      2024-10-16 09:16:05 UTC (rev 
28958)
@@ -674,7 +674,6 @@
 - (BOOL)selectItemsInAuxFileURL:(NSURL *)auxURL {
     NSString *auxString = [NSString stringWithContentsOfURL:auxURL 
guessedEncoding:[self documentStringEncoding]];
     NSString *command = @"\\bibcite{"; // we used to get the command by 
looking at the line after \bibdata, but that's unreliable as there can be other 
stuff in between the \bibcite commands
-    NSString *altCommand = nil;
     
     if (auxString == nil)
         return NO;

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