Revision: 22468
          http://sourceforge.net/p/bibdesk/svn/22468
Author:   hofman
Date:     2018-07-26 08:52:59 +0000 (Thu, 26 Jul 2018)
Log Message:
-----------
Remove unused variables

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

Modified: trunk/bibdesk/BDSKFormatStringFormatter.m
===================================================================
--- trunk/bibdesk/BDSKFormatStringFormatter.m   2018-07-26 06:31:04 UTC (rev 
22467)
+++ trunk/bibdesk/BDSKFormatStringFormatter.m   2018-07-26 08:52:59 UTC (rev 
22468)
@@ -95,7 +95,6 @@
 }
 
 - (BOOL)isPartialStringValid:(NSString **)partialStringPtr 
proposedSelectedRange:(NSRangePointer)proposedSelRangePtr 
originalString:(NSString *)origString 
originalSelectedRange:(NSRange)origSelRange errorDescription:(NSString **)error{
-    NSAttributedString *attrString = nil;
     NSString *format = [[self attributedStringForObjectValue:*partialStringPtr 
withDefaultAttributes:nil] string];
        
        if (NO == [format isEqualToString:*partialStringPtr]) {

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