Revision: 28644
          http://sourceforge.net/p/bibdesk/svn/28644
Author:   hofman
Date:     2024-01-21 23:50:20 +0000 (Sun, 21 Jan 2024)
Log Message:
-----------
no need to remove notification observer in dealloc

Modified Paths:
--------------
    trunk/bibdesk_vendorsrc/amaxwell/FileView/FVColorMenuView.m
    trunk/bibdesk_vendorsrc/amaxwell/FileView/FVFileView.m

Modified: trunk/bibdesk_vendorsrc/amaxwell/FileView/FVColorMenuView.m
===================================================================
--- trunk/bibdesk_vendorsrc/amaxwell/FileView/FVColorMenuView.m 2024-01-21 
23:46:15 UTC (rev 28643)
+++ trunk/bibdesk_vendorsrc/amaxwell/FileView/FVColorMenuView.m 2024-01-21 
23:50:20 UTC (rev 28644)
@@ -150,11 +150,6 @@
     return self;
 }
 
-- (void)dealloc
-{
-    [[NSNotificationCenter defaultCenter] removeObserver:self];
-}
-
 - (BOOL)isFlipped { return YES; }
 
 - (void)sizeToFit

Modified: trunk/bibdesk_vendorsrc/amaxwell/FileView/FVFileView.m
===================================================================
--- trunk/bibdesk_vendorsrc/amaxwell/FileView/FVFileView.m      2024-01-21 
23:46:15 UTC (rev 28643)
+++ trunk/bibdesk_vendorsrc/amaxwell/FileView/FVFileView.m      2024-01-21 
23:50:20 UTC (rev 28644)
@@ -459,7 +459,6 @@
 
 - (void)dealloc
 {
-    [[NSNotificationCenter defaultCenter] removeObserver:self];
     [self _invalidateProgressTimer];
     CFRunLoopTimerInvalidate(_zombieTimer);
     CFRelease(_zombieTimer);

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