Revision: 29585
          http://sourceforge.net/p/bibdesk/svn/29585
Author:   hofman
Date:     2025-09-15 16:29:35 +0000 (Mon, 15 Sep 2025)
Log Message:
-----------
no need to implement or declare some methods

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

Modified: trunk/bibdesk/BDSKWebView.m
===================================================================
--- trunk/bibdesk/BDSKWebView.m 2025-09-15 16:02:15 UTC (rev 29584)
+++ trunk/bibdesk/BDSKWebView.m 2025-09-15 16:29:35 UTC (rev 29585)
@@ -76,9 +76,6 @@
 #pragma mark -
 
 @interface BDSKWebView ()
-- (void)setFavicon:(NSImage *)icon;
-- (void)retrieveFavicon;
-- (void)resetFavicon;
 - (void)clearFavicon;
 @end
 
@@ -324,11 +321,6 @@
     }];
 }
 
-- (void)resetFavicon {
-    [self clearFavicon];
-    [self setFavicon:[[BDSKWebIconDatabase sharedDatabase] 
iconForURLString:[self mainFrameURL]]];
-}
-
 - (void)clearFavicon {
     [faviconDownload cancel];
     faviconDownload = nil;
@@ -370,7 +362,8 @@
 
 - (void)didStartLoadForMainFrame {
     [self stopMonitoringURL];
-    [self resetFavicon];
+    [self clearFavicon];
+    [self setFavicon:[[BDSKWebIconDatabase sharedDatabase] 
iconForURLString:[self mainFrameURL]]];
     [[NSNotificationCenter defaultCenter] removeObserver:self 
name:BDSKDownloadsDidChangeNotification object:[BDSKDownloadManager 
sharedManager]];
 }
 

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