Revision: 28790
          http://sourceforge.net/p/bibdesk/svn/28790
Author:   hofman
Date:     2024-02-21 15:41:31 +0000 (Wed, 21 Feb 2024)
Log Message:
-----------
remove unused ivar

Modified Paths:
--------------
    trunk/bibdesk/BDSKFieldCollection.h
    trunk/bibdesk/BDSKFieldCollection.m

Modified: trunk/bibdesk/BDSKFieldCollection.h
===================================================================
--- trunk/bibdesk/BDSKFieldCollection.h 2024-02-21 15:37:26 UTC (rev 28789)
+++ trunk/bibdesk/BDSKFieldCollection.h 2024-02-21 15:41:31 UTC (rev 28790)
@@ -70,7 +70,6 @@
     NSMutableArray *fieldNames;
     NSMutableArray *fields;
     BDSKFieldCollection *fieldCollection;
-    unsigned long mutations;
 }
 
 - (instancetype)initWithFieldCollection:(BDSKFieldCollection *)collection 
fieldNames:(NSArray *)array;

Modified: trunk/bibdesk/BDSKFieldCollection.m
===================================================================
--- trunk/bibdesk/BDSKFieldCollection.m 2024-02-21 15:37:26 UTC (rev 28789)
+++ trunk/bibdesk/BDSKFieldCollection.m 2024-02-21 15:41:31 UTC (rev 28790)
@@ -122,7 +122,6 @@
         for (NSString *name in array)
             if ([fieldCollection isUsedField:name] == NO)
                 [fieldNames addObject:name];
-        mutations = 0;
     }
     return self;
 }
@@ -152,7 +151,6 @@
         if ([fieldCollection isEmptyField:[fieldNames objectAtIndex:i]])
             [fieldNames removeObjectAtIndex:i];
     [fields removeAllObjects];
-    mutations++;
     return self;
 }
 

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