aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPFavoritesExporter.m
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPFavoritesExporter.m')
-rw-r--r--Source/SPFavoritesExporter.m3
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/SPFavoritesExporter.m b/Source/SPFavoritesExporter.m
index cefa5190..66590c30 100644
--- a/Source/SPFavoritesExporter.m
+++ b/Source/SPFavoritesExporter.m
@@ -44,7 +44,6 @@
*
* @param favorites The array of favorites to be written
* @param path The file system path that the file is to be written to
- * @param filename The filename of the file to be written
*/
- (void)writeFavorites:(NSArray *)favorites toFile:(NSString *)path
{
@@ -102,7 +101,7 @@
/**
* Informs the delegate that the export process has completed.
*/
- - (void)_informDelegateOfExportCompletion:(NSError *)error
+- (void)_informDelegateOfExportCompletion:(NSError *)error
{
if ([self delegate] && [[self delegate] respondsToSelector:@selector(favoritesExportCompletedWithError:)]) {
[[self delegate] performSelectorOnMainThread:@selector(favoritesExportCompletedWithError:) withObject:error waitUntilDone:NO];