diff options
author | Abhi Beckert <abhi@abhibeckert.com> | 2016-04-10 14:11:47 +1000 |
---|---|---|
committer | Abhi Beckert <abhi@abhibeckert.com> | 2016-04-10 14:11:47 +1000 |
commit | b7875e8fdbdc5980c12a847997cc9631979dd4d3 (patch) | |
tree | 4f6c2b76a7e9c3e2398693bae58c8d1264295243 /Source/SPConnectionControllerDelegate.m | |
parent | 3532ae5ae5d6f90c0e60402015a7a791045a26d8 (diff) | |
download | sequelpro-b7875e8fdbdc5980c12a847997cc9631979dd4d3.tar.gz sequelpro-b7875e8fdbdc5980c12a847997cc9631979dd4d3.tar.bz2 sequelpro-b7875e8fdbdc5980c12a847997cc9631979dd4d3.zip |
fix warnings
Diffstat (limited to 'Source/SPConnectionControllerDelegate.m')
-rw-r--r-- | Source/SPConnectionControllerDelegate.m | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/Source/SPConnectionControllerDelegate.m b/Source/SPConnectionControllerDelegate.m index 99af9e35..4ec0148a 100644 --- a/Source/SPConnectionControllerDelegate.m +++ b/Source/SPConnectionControllerDelegate.m @@ -680,25 +680,6 @@ static NSString *SPQuickConnectImageWhite = @"quick-connect-icon-white.pdf"; #ifndef SP_CODA /** - * Called by the favorites exporter when the export completes. - */ -- (void)favoritesExportCompletedWithError:(NSError *)error -{ - if (error) { - NSAlert *alert = [NSAlert alertWithMessageText:NSLocalizedString(@"Favorites export error", @"favorites export error message") - defaultButton:NSLocalizedString(@"OK", @"OK") - alternateButton:nil - otherButton:nil - informativeTextWithFormat:NSLocalizedString(@"The following error occurred during the export process:\n\n%@", @"favorites export error informative message"), [error localizedDescription]]; - - [alert beginSheetModalForWindow:[dbDocument parentWindow] - modalDelegate:self - didEndSelector:NULL - contextInfo:NULL]; - } -} - -/** * Called by the favorites importer when the imported data is available. */ - (void)favoritesImportData:(NSArray *)data |