Revision: 11383
http://bibdesk.svn.sourceforge.net/bibdesk/?rev=11383&view=rev
Author: hofman
Date: 2007-10-25 04:32:22 -0700 (Thu, 25 Oct 2007)
Log Message:
-----------
Remove unused method.
Modified Paths:
--------------
branches/TRY_ARM_FILE_INTERFACE/bibdesk/BDSKFile.m
Modified: branches/TRY_ARM_FILE_INTERFACE/bibdesk/BDSKFile.m
===================================================================
--- branches/TRY_ARM_FILE_INTERFACE/bibdesk/BDSKFile.m 2007-10-25 09:21:51 UTC
(rev 11382)
+++ branches/TRY_ARM_FILE_INTERFACE/bibdesk/BDSKFile.m 2007-10-25 11:32:22 UTC
(rev 11383)
@@ -574,29 +574,6 @@
return [[self fileURLRelativeToURL:basePath ? [NSURL
fileURLWithPath:basePath] : nil] path];
}
-- (BDAlias *)aliasRelativeToPath:(NSString *)basePath
convertedRelativeToPath:(NSString *)newBasePath;
-{
- // make sure the fileRef is valid
- [self fileURLRelativeToURL:basePath ? [NSURL fileURLWithPath:basePath] :
nil];
-
- FSRef *fsRef = (FSRef *)[self fsRefRelativeToURL:basePath ? [NSURL
fileURLWithPath:basePath] : nil];
- FSRef baseRef;
- NSURL *baseURL;
- BDAlias *anAlias = nil;
-
- if (fsRef) {
- baseURL = newBasePath ? [NSURL fileURLWithPath:newBasePath] : nil;
- if (baseURL && CFURLGetFSRef((CFURLRef)baseURL, &baseRef))
- anAlias = [[[BDAlias alloc] initWithFSRef:fsRef
relativeToFSRef:&baseRef] autorelease];
- else
- anAlias = [[[BDAlias alloc] initWithFSRef:fsRef] autorelease];
- } else {
- anAlias = alias;
- }
-
- return anAlias;
-}
-
- (NSData *)aliasDataRelativeToPath:(NSString *)basePath
convertedRelativeToPath:(NSString *)newBasePath;
{
// make sure the fileRef is valid
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit