Revision: 28504
http://sourceforge.net/p/bibdesk/svn/28504
Author: hofman
Date: 2024-01-01 19:14:27 +0000 (Mon, 01 Jan 2024)
Log Message:
-----------
remove fuzzy author set
Modified Paths:
--------------
trunk/bibdesk/BibDocument_Groups.m
Modified: trunk/bibdesk/BibDocument_Groups.m
===================================================================
--- trunk/bibdesk/BibDocument_Groups.m 2024-01-01 19:06:12 UTC (rev 28503)
+++ trunk/bibdesk/BibDocument_Groups.m 2024-01-01 19:14:27 UTC (rev 28504)
@@ -466,7 +466,6 @@
CFMutableBagRef bag;
if(isPersonField) {
hashTable = [[NSHashTable alloc]
initWithPointerFunctions:[NSPointerFunctions fuzzyAuthorPointerFunctions]
capacity:0];
- CFSetCreateMutable(kCFAllocatorDefault, 0,
&kBDSKAuthorFuzzySetCallBacks);
bag = CFBagCreateMutable(kCFAllocatorDefault, 0,
&kBDSKAuthorFuzzyBagCallBacks);
} else {
hashTable = [[NSHashTable alloc]
initWithPointerFunctions:[NSPointerFunctions
caseInsensitiveStringPointerFunctions] capacity: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