aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPExportController.m
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPExportController.m')
-rw-r--r--Source/SPExportController.m8
1 files changed, 0 insertions, 8 deletions
diff --git a/Source/SPExportController.m b/Source/SPExportController.m
index 6aa2c3a6..7ccd296d 100644
--- a/Source/SPExportController.m
+++ b/Source/SPExportController.m
@@ -127,14 +127,6 @@
#pragma mark IB action methods
/**
- * Display the export window allowing the user to select what and of what type to export.
- */
-- (void)export
-{
- [self exportTables:nil asFormat:SPSQLExport usingSource:SPTableExport];
-}
-
-/**
* Displays the export window with the supplied tables and export type/format selected.
*/
- (void)exportTables:(NSArray *)exportTables asFormat:(SPExportType)format usingSource:(SPExportSource)source