aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPConnectionControllerDelegate.m
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2012-01-24 23:19:17 +0000
committerstuconnolly <stuart02@gmail.com>2012-01-24 23:19:17 +0000
commit816c870b93ad7bd3078d8b7a700e24354adfe4af (patch)
treedb67cc86569ec8b0bf830685ac2ff77c9e34d9fb /Source/SPConnectionControllerDelegate.m
parent91c69ffc2010a95bd18a6d21cc8665d810ed4128 (diff)
downloadsequelpro-816c870b93ad7bd3078d8b7a700e24354adfe4af.tar.gz
sequelpro-816c870b93ad7bd3078d8b7a700e24354adfe4af.tar.bz2
sequelpro-816c870b93ad7bd3078d8b7a700e24354adfe4af.zip
Tidy up.
Diffstat (limited to 'Source/SPConnectionControllerDelegate.m')
-rw-r--r--Source/SPConnectionControllerDelegate.m3
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/SPConnectionControllerDelegate.m b/Source/SPConnectionControllerDelegate.m
index 26101071..11d092f4 100644
--- a/Source/SPConnectionControllerDelegate.m
+++ b/Source/SPConnectionControllerDelegate.m
@@ -503,7 +503,6 @@ static NSString *SPDatabaseImage = @"database-small";
- (void)favoritesExportCompletedWithError:(NSError *)error
{
if (error) {
-
NSAlert *alert = [NSAlert alertWithMessageText:NSLocalizedString(@"Favorites export error", @"favorites export error message")
defaultButton:NSLocalizedString(@"OK", @"OK")
alternateButton:nil
@@ -522,7 +521,7 @@ static NSString *SPDatabaseImage = @"database-small";
*/
- (void)favoritesImportData:(NSDictionary *)data
{
-
+ // TODO: do something with the data
}
/**