Revision: 29604
          http://sourceforge.net/p/bibdesk/svn/29604
Author:   hofman
Date:     2025-09-19 14:27:24 +0000 (Fri, 19 Sep 2025)
Log Message:
-----------
remove comments

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

Modified: trunk/bibdesk/BDSKBibDeskProtocol.m
===================================================================
--- trunk/bibdesk/BDSKBibDeskProtocol.m 2025-09-18 16:23:39 UTC (rev 29603)
+++ trunk/bibdesk/BDSKBibDeskProtocol.m 2025-09-19 14:27:24 UTC (rev 29604)
@@ -63,9 +63,6 @@
 
 @implementation BDSKBibDeskProtocol
 
-/*
- Only accept the bibdesk:webgroup URL.
-*/
 + (BOOL)canInitWithRequest:(NSURLRequest *)theRequest {
        return [[[theRequest URL] scheme] 
isCaseInsensitiveEqual:BDSKBibDeskScheme];
 }
@@ -74,9 +71,6 @@
     return request;
 }
 
-/*
- Immediately provide the requested data.
-*/ 
 - (void)loadData:(NSData *)data MIMEType:(NSString *)MIMEType 
cached:(BOOL)cached {
     id<NSURLProtocolClient> client = [self client];
     NSURLResponse *response = [[NSURLResponse alloc] initWithURL:[[self 
request] URL] MIMEType:MIMEType expectedContentLength:[data length] 
textEncodingName:[MIMEType isEqualToString:@"text/html"] ? @"utf-8" : nil];

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