Revision: 24060
          http://sourceforge.net/p/bibdesk/svn/24060
Author:   hofman
Date:     2019-07-19 09:27:03 +0000 (Fri, 19 Jul 2019)
Log Message:
-----------
remove unused variables

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

Modified: trunk/bibdesk/BibItem.m
===================================================================
--- trunk/bibdesk/BibItem.m     2019-07-19 09:25:43 UTC (rev 24059)
+++ trunk/bibdesk/BibItem.m     2019-07-19 09:27:03 UTC (rev 24060)
@@ -187,10 +187,6 @@
 
 static NSString *defaultCiteKey = nil;
 
-/* Paragraph styles cached for efficiency. */
-static NSParagraphStyle* keyParagraphStyle = nil;
-static NSParagraphStyle* bodyParagraphStyle = nil;
-
 static NSMapTable *selectorTable = NULL;
 
 #pragma mark -
@@ -206,15 +202,6 @@
     
     defaultCiteKey = @"cite-key";
     
-    NSMutableParagraphStyle *defaultStyle = [[NSMutableParagraphStyle alloc] 
init];
-    [defaultStyle setParagraphStyle:[NSParagraphStyle defaultParagraphStyle]];
-    keyParagraphStyle = [defaultStyle copy];
-    [defaultStyle setHeadIndent:50];
-    [defaultStyle setFirstLineHeadIndent:50];
-    [defaultStyle setTailIndent:-30];
-    bodyParagraphStyle = [defaultStyle copy];
-    [defaultStyle release];
-    
     // Create a table of field/SEL pairs used for searching
     NSMapTable *mapTable = NSCreateMapTable(NSObjectMapKeyCallBacks, 
NSNonOwnedPointerMapValueCallBacks, 0);
     

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



_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to