Revision: 21902
          http://sourceforge.net/p/bibdesk/svn/21902
Author:   hofman
Date:     2018-02-12 16:16:48 +0000 (Mon, 12 Feb 2018)
Log Message:
-----------
remove unused variable

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

Modified: trunk/bibdesk/BDSKLinkedBibTeXParser.m
===================================================================
--- trunk/bibdesk/BDSKLinkedBibTeXParser.m      2018-02-12 15:51:22 UTC (rev 
21901)
+++ trunk/bibdesk/BDSKLinkedBibTeXParser.m      2018-02-12 16:16:48 UTC (rev 
21902)
@@ -104,9 +104,8 @@
         }
         
         NSURL *btURL = [NSURL URLWithString:btURLString];
-        NSURLResponse *response;
         
-        NSStringEncoding encoding = kCFStringEncodingInvalidId;
+        NSStringEncoding encoding = NSUTF8StringEncoding;
         NSString *bibTeXString = [NSString stringWithContentsOfURL:btURL 
usedEncoding:&encoding error:&error];
         NSArray *bibtexItems = nil;
         

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
Bibdesk-commit@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to