Revision: 29727
http://sourceforge.net/p/bibdesk/svn/29727
Author: hofman
Date: 2025-10-14 16:01:52 +0000 (Tue, 14 Oct 2025)
Log Message:
-----------
no need to declare initWithName: inherited from superclass
Modified Paths:
--------------
trunk/bibdesk/BDSKExternalGroup.h
trunk/bibdesk/BDSKParentGroup.h
trunk/bibdesk/BDSKSmartGroup.h
trunk/bibdesk/BDSKStaticGroup.h
Modified: trunk/bibdesk/BDSKExternalGroup.h
===================================================================
--- trunk/bibdesk/BDSKExternalGroup.h 2025-10-14 15:53:46 UTC (rev 29726)
+++ trunk/bibdesk/BDSKExternalGroup.h 2025-10-14 16:01:52 UTC (rev 29727)
@@ -51,9 +51,6 @@
BDSKMacroResolver *macroResolver;
}
-- (instancetype)initWithName:(NSString *)aName NS_DESIGNATED_INITIALIZER;
-- (instancetype)initWithCoder:(NSCoder *)decoder NS_DESIGNATED_INITIALIZER;
-
@property (nonatomic, readonly) NSString *name;
- (void)refresh;
Modified: trunk/bibdesk/BDSKParentGroup.h
===================================================================
--- trunk/bibdesk/BDSKParentGroup.h 2025-10-14 15:53:46 UTC (rev 29726)
+++ trunk/bibdesk/BDSKParentGroup.h 2025-10-14 16:01:52 UTC (rev 29727)
@@ -48,9 +48,6 @@
NSArray *sortDescriptors;
}
-- (instancetype)initWithName:(NSString *)aName NS_DESIGNATED_INITIALIZER;
-- (instancetype)initWithCoder:(NSCoder *)coderr NS_DESIGNATED_INITIALIZER;
-
@property (nonatomic, readonly) NSString *name;
@property (nonatomic, readonly) NSString *identifier;
Modified: trunk/bibdesk/BDSKSmartGroup.h
===================================================================
--- trunk/bibdesk/BDSKSmartGroup.h 2025-10-14 15:53:46 UTC (rev 29726)
+++ trunk/bibdesk/BDSKSmartGroup.h 2025-10-14 16:01:52 UTC (rev 29727)
@@ -54,7 +54,6 @@
- (instancetype)initWithFilter:(BDSKFilter *)aFilter;
- (instancetype)initWithName:(NSString *)aName filter:(BDSKFilter *)aFilter
NS_DESIGNATED_INITIALIZER;
-- (instancetype)initWithName:(NSString *)aName;
- (instancetype)initWithCoder:(NSCoder *)coder NS_DESIGNATED_INITIALIZER;
@property (nonatomic, strong) BDSKFilter *filter;
Modified: trunk/bibdesk/BDSKStaticGroup.h
===================================================================
--- trunk/bibdesk/BDSKStaticGroup.h 2025-10-14 15:53:46 UTC (rev 29726)
+++ trunk/bibdesk/BDSKStaticGroup.h 2025-10-14 16:01:52 UTC (rev 29727)
@@ -49,7 +49,6 @@
}
- (instancetype)initWithName:(NSString *)aName publications:(nullable NSArray
*)array NS_DESIGNATED_INITIALIZER;
-- (instancetype)initWithName:(NSString *)aName;
- (instancetype)initWithCoder:(NSCoder *)decoder NS_DESIGNATED_INITIALIZER;
@property (nonatomic, copy) NSArray *publications;
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