Revision: 25428
          http://sourceforge.net/p/bibdesk/svn/25428
Author:   hofman
Date:     2021-01-18 00:01:02 +0000 (Mon, 18 Jan 2021)
Log Message:
-----------
Declare and implement canInit... method only in base icon and web icon classes 
and subclasses

Modified Paths:
--------------
    trunk/bibdesk_vendorsrc/amaxwell/FileView/FVMIMEIcon.m

Modified: trunk/bibdesk_vendorsrc/amaxwell/FileView/FVMIMEIcon.m
===================================================================
--- trunk/bibdesk_vendorsrc/amaxwell/FileView/FVMIMEIcon.m      2021-01-18 
00:00:41 UTC (rev 25427)
+++ trunk/bibdesk_vendorsrc/amaxwell/FileView/FVMIMEIcon.m      2021-01-18 
00:01:02 UTC (rev 25428)
@@ -64,12 +64,6 @@
     return icon;
 }
 
-+ (BOOL)canInitWithURL:(NSURL *)aURL withType:(NSString *)type
-{
-    // FVMIMEIcon is not initialized from a URL or type
-    return YES;
-}
-
 - (id)initWithMIMEType:(NSString *)type;
 {
     NSAssert2(pthread_main_np() != 0, @"*** threading violation *** +[%@ %@] 
requires main thread", self, NSStringFromSelector(_cmd));

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