Revision: 27489
          http://sourceforge.net/p/bibdesk/svn/27489
Author:   hofman
Date:     2022-05-27 22:14:57 +0000 (Fri, 27 May 2022)
Log Message:
-----------
remove unused variable

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

Modified: trunk/bibdesk/BDSKItemPasteboardHelper.m
===================================================================
--- trunk/bibdesk/BDSKItemPasteboardHelper.m    2022-05-27 14:29:53 UTC (rev 
27488)
+++ trunk/bibdesk/BDSKItemPasteboardHelper.m    2022-05-27 22:14:57 UTC (rev 
27489)
@@ -126,9 +126,7 @@
     BDSKASSERT([promisedPboardTypes objectForKey:[pboard name]] == nil);
     
     [self setPromisedTypes:types items:items dragCopyType:dragCopyType 
forPasteboard:pboard];
-    
-    BOOL needsWrite = NO;
-    
+        
     if (dragCopyType == BDSKDragCopyURL)
         [pboard writeURLs:[items valueForKey:@"bdskURL"] names:[items 
valueForKey:@"citeKey"]];
     else if (text)

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