Revision: 18507
          http://bibdesk.svn.sourceforge.net/bibdesk/?rev=18507&view=rev
Author:   hofman
Date:     2012-02-16 12:09:18 +0000 (Thu, 16 Feb 2012)
Log Message:
-----------
remove unused accessor

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

Modified: trunk/bibdesk/BDSKLinkedFile.m
===================================================================
--- trunk/bibdesk/BDSKLinkedFile.m      2012-02-16 07:35:27 UTC (rev 18506)
+++ trunk/bibdesk/BDSKLinkedFile.m      2012-02-16 12:09:18 UTC (rev 18507)
@@ -510,13 +510,6 @@
     return relativePath;
 }
 
-- (void)setRelativePath:(NSString *)newRelativePath {
-    if (relativePath != newRelativePath) {
-        [relativePath release];
-        relativePath = [newRelativePath retain];
-    }
-}
-
 - (void)setFileRef:(const FSRef *)newFileRef;
 {
     if (fileRef != NULL) {

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


------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to