Revision: 24056
          http://sourceforge.net/p/bibdesk/svn/24056
Author:   hofman
Date:     2019-07-18 22:28:24 +0000 (Thu, 18 Jul 2019)
Log Message:
-----------
remove legacy support for searching dates that wasn't implemented anyway

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

Modified: trunk/bibdesk/BibItem.m
===================================================================
--- trunk/bibdesk/BibItem.m     2019-07-18 21:58:17 UTC (rev 24055)
+++ trunk/bibdesk/BibItem.m     2019-07-18 22:28:24 UTC (rev 24056)
@@ -224,12 +224,6 @@
     NSMapInsert(mapTable, BDSKPubTypeString, NSSelectorFromString(@"pubType"));
     NSMapInsert(mapTable, BDSKCiteKeyString, NSSelectorFromString(@"citeKey"));
     
-    // legacy field name support
-    NSMapInsert(mapTable, @"Modified", 
NSSelectorFromString(@"calendarDateModifiedDescription"));
-    NSMapInsert(mapTable, @"Added", 
NSSelectorFromString(@"calendarDateAddedDescription"));
-    NSMapInsert(mapTable, @"Created", 
NSSelectorFromString(@"calendarDateAddedDescription"));
-    NSMapInsert(mapTable, @"Pub Type", NSSelectorFromString(@"pubType"));
-    
     selectorTable = NSCopyMapTableWithZone(mapTable, NULL);
     NSFreeMapTable(mapTable);
     

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