Revision: 29464
          http://sourceforge.net/p/bibdesk/svn/29464
Author:   hofman
Date:     2025-08-25 09:18:25 +0000 (Mon, 25 Aug 2025)
Log Message:
-----------
remove empty delegate methods

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

Modified: trunk/bibdesk/BDSKTextImportController.m
===================================================================
--- trunk/bibdesk/BDSKTextImportController.m    2025-08-25 09:16:43 UTC (rev 
29463)
+++ trunk/bibdesk/BDSKTextImportController.m    2025-08-25 09:18:25 UTC (rev 
29464)
@@ -992,12 +992,6 @@
 
 #pragma mark WKNavigationDelegate protocol
 
-- (void)webView:(WKWebView *)aWebView 
didStartProvisionalNavigation:(WKNavigation *)navigation {
-}
-
-- (void)webView:(WKWebView *)aWebView didFinishNavigation:(WKNavigation 
*)navigation {
-}
-
 - (void)webView:(WKWebView *)aWebView didFailNavigation:(WKNavigation 
*)navigation withError:(NSError *)error {
     if ([[error domain] isEqualToString:NSURLErrorDomain] == NO || [error 
code] != NSURLErrorCancelled) {
         NSURL *url = [webView URL];

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
Bibdesk-commit mailing list
Bibdesk-commit@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to