Revision: 22415
          http://sourceforge.net/p/bibdesk/svn/22415
Author:   hofman
Date:     2018-07-13 15:00:14 +0000 (Fri, 13 Jul 2018)
Log Message:
-----------
remove unused local variable

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

Modified: trunk/bibdesk/BibDocument_UI.m
===================================================================
--- trunk/bibdesk/BibDocument_UI.m      2018-07-13 14:56:50 UTC (rev 22414)
+++ trunk/bibdesk/BibDocument_UI.m      2018-07-13 15:00:14 UTC (rev 22415)
@@ -1239,7 +1239,6 @@
 
 - (void)handleSkimFileDidSaveNotification:(NSNotification *)notification{
     NSString *path = [notification object];
-    NSDictionary *notifInfo = [NSDictionary 
dictionaryWithObjectsAndKeys:BDSKLocalFileString, BDSKBibItemKeyKey, nil];
     
     for (BibItem *pub in publications) {
         for (BDSKLinkedFile *file in [pub localFiles]) {

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


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to