Revision: 29906
http://sourceforge.net/p/bibdesk/svn/29906
Author: hofman
Date: 2025-11-30 15:16:41 +0000 (Sun, 30 Nov 2025)
Log Message:
-----------
no need to implement supportsSecureCoding when not supporting coding
Modified Paths:
--------------
trunk/bibdesk/BDSKParentGroup.m
Modified: trunk/bibdesk/BDSKParentGroup.m
===================================================================
--- trunk/bibdesk/BDSKParentGroup.m 2025-11-30 15:13:45 UTC (rev 29905)
+++ trunk/bibdesk/BDSKParentGroup.m 2025-11-30 15:16:41 UTC (rev 29906)
@@ -69,8 +69,6 @@
[super encodeWithCoder:coder];
}
-+ (BOOL)supportsSecureCoding { return YES; }
-
- (id)copyWithZone:(NSZone *)aZone {
BDSKASSERT_NOT_REACHED("Parent groups should never be copied");
return [[[self class] alloc] initWithName:name];
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