Revision: 3561
http://skim-app.svn.sourceforge.net/skim-app/?rev=3561&view=rev
Author: hofman
Date: 2008-03-26 08:32:25 -0700 (Wed, 26 Mar 2008)
Log Message:
-----------
Remove setter for URL of download, as this should not be used anyway.
Modified Paths:
--------------
trunk/SKDownload.h
trunk/SKDownload.m
Modified: trunk/SKDownload.h
===================================================================
--- trunk/SKDownload.h 2008-03-26 15:27:30 UTC (rev 3560)
+++ trunk/SKDownload.h 2008-03-26 15:32:25 UTC (rev 3561)
@@ -64,10 +64,10 @@
- (id)delegate;
- (void)setDelegate:(id)newDelegate;
+- (int)status;
+
- (NSURL *)URL;
-- (void)setURL:(NSURL *)newURL;
-- (int)status;
- (NSString *)filePath;
- (NSString *)fileName;
- (NSImage *)fileIcon;
Modified: trunk/SKDownload.m
===================================================================
--- trunk/SKDownload.m 2008-03-26 15:27:30 UTC (rev 3560)
+++ trunk/SKDownload.m 2008-03-26 15:32:25 UTC (rev 3561)
@@ -120,13 +120,6 @@
return URL;
}
-- (void)setURL:(NSURL *)newURL {
- if (URL != newURL) {
- [URL release];
- URL = [newURL retain];
- }
-}
-
- (NSString *)filePath {
return filePath;
}
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit