Revision: 29739
          http://sourceforge.net/p/bibdesk/svn/29739
Author:   hofman
Date:     2025-10-19 14:36:42 +0000 (Sun, 19 Oct 2025)
Log Message:
-----------
no need to implement delegate accessor overrides

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

Modified: trunk/bibdesk/BDSKApplication.m
===================================================================
--- trunk/bibdesk/BDSKApplication.m     2025-10-17 09:30:05 UTC (rev 29738)
+++ trunk/bibdesk/BDSKApplication.m     2025-10-19 14:36:42 UTC (rev 29739)
@@ -84,14 +84,6 @@
     [self terminate:self];
 }
 
-- (id <BDSKApplicationDelegate>)delegate {
-    return (id <BDSKApplicationDelegate>)[super delegate];
-}
-
-- (void)setDelegate:(id <BDSKApplicationDelegate>)newDelegate {
-    [super setDelegate:newDelegate];
-}
-
 - (void)sendEvent:(NSEvent *)event {
     [super sendEvent:event];
     if ([event type] == NSEventTypeFlagsChanged)

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