aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPFavoritesExporter.h
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2011-08-01 21:54:27 +0000
committerstuconnolly <stuart02@gmail.com>2011-08-01 21:54:27 +0000
commite70486eb1503cad882a0d5e452fef3b2fecf6629 (patch)
treef98c83cfd6a015356bbab22ba956c9bec6f67a1f /Source/SPFavoritesExporter.h
parentf3e65efba3f76cb2149fd8427af9463032d3c45d (diff)
downloadsequelpro-e70486eb1503cad882a0d5e452fef3b2fecf6629.tar.gz
sequelpro-e70486eb1503cad882a0d5e452fef3b2fecf6629.tar.bz2
sequelpro-e70486eb1503cad882a0d5e452fef3b2fecf6629.zip
Work on importing favorites.
Diffstat (limited to 'Source/SPFavoritesExporter.h')
-rw-r--r--Source/SPFavoritesExporter.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/Source/SPFavoritesExporter.h b/Source/SPFavoritesExporter.h
index 058c5a42..2ffb2a21 100644
--- a/Source/SPFavoritesExporter.h
+++ b/Source/SPFavoritesExporter.h
@@ -29,8 +29,6 @@
{
NSObject <SPFavoritesExportProtocol> *delegate;
- NSError *exportError;
-
NSString *exportPath;
NSArray *exportFavorites;
}
@@ -47,6 +45,6 @@
*/
@property (readwrite, retain) NSArray *exportFavorites;
-- (void)writeFavorites:(NSArray *)favorites toFile:(NSString *)path error:(NSError **)error;
+- (void)writeFavorites:(NSArray *)favorites toFile:(NSString *)path;
@end