From e23ba5155a53c43a106ac9646f51321ccc7d86f4 Mon Sep 17 00:00:00 2001 From: stuconnolly Date: Sun, 2 Oct 2011 11:25:26 +0000 Subject: Favorites import progress. --- Source/SPFavoritesExporter.m | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Source/SPFavoritesExporter.m') 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]; -- cgit v1.2.3