Revision: 29673
          http://sourceforge.net/p/bibdesk/svn/29673
Author:   hofman
Date:     2025-10-05 16:13:13 +0000 (Sun, 05 Oct 2025)
Log Message:
-----------
don't implement convenience initializer using super

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

Modified: trunk/bibdesk/BDSKLibraryGroup.m
===================================================================
--- trunk/bibdesk/BDSKLibraryGroup.m    2025-10-05 15:58:11 UTC (rev 29672)
+++ trunk/bibdesk/BDSKLibraryGroup.m    2025-10-05 16:13:13 UTC (rev 29673)
@@ -53,8 +53,7 @@
 }
 
 - (instancetype)init {
-       self = [super initWithName:BDSKLibraryLocalizedString];
-    return self;
+       return [self initWithName:BDSKLibraryLocalizedString];
 }
 
 - (NSImage *)icon {

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