aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPCSVExporterDelegate.m
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2012-05-25 08:20:29 +0000
committerstuconnolly <stuart02@gmail.com>2012-05-25 08:20:29 +0000
commiteb65e7845ea93a0200b304bd63f88415762fa29a (patch)
tree60d5d9a5d213b7ed42c58142a6e08fc062a2c4f5 /Source/SPCSVExporterDelegate.m
parent687d564c85cefca3d378fed7be6c40f30b6b55b6 (diff)
downloadsequelpro-eb65e7845ea93a0200b304bd63f88415762fa29a.tar.gz
sequelpro-eb65e7845ea93a0200b304bd63f88415762fa29a.tar.bz2
sequelpro-eb65e7845ea93a0200b304bd63f88415762fa29a.zip
Export tidy up.
Diffstat (limited to 'Source/SPCSVExporterDelegate.m')
-rw-r--r--Source/SPCSVExporterDelegate.m14
1 files changed, 0 insertions, 14 deletions
diff --git a/Source/SPCSVExporterDelegate.m b/Source/SPCSVExporterDelegate.m
index 6f8e06f6..019152b5 100644
--- a/Source/SPCSVExporterDelegate.m
+++ b/Source/SPCSVExporterDelegate.m
@@ -23,8 +23,6 @@
//
// More info at <http://code.google.com/p/sequel-pro/>
-#import <Cocoa/Cocoa.h>
-
#import "SPCSVExporter.h"
#import "SPCSVExporterDelegate.h"
#import "SPDatabaseDocument.h"
@@ -32,9 +30,6 @@
@implementation SPExportController (SPCSVExporterDelegate)
-/**
- *
- */
- (void)csvExportProcessWillBegin:(SPCSVExporter *)exporter
{
[[exportProgressText onMainThread] displayIfNeeded];
@@ -57,9 +52,6 @@
[[exportProgressText onMainThread] displayIfNeeded];
}
-/**
- *
- */
- (void)csvExportProcessComplete:(SPCSVExporter *)exporter
{
NSUInteger exportCount = [exporters count];
@@ -108,9 +100,6 @@
}
}
-/**
- *
- */
- (void)csvExportProcessWillBeginWritingData:(SPCSVExporter *)exporter
{
// Only update the progress text if this is a table export
@@ -129,9 +118,6 @@
[[exportProgressIndicator onMainThread] setDoubleValue:0];
}
-/**
- *
- */
- (void)csvExportProcessProgressUpdated:(SPCSVExporter *)exporter
{
[exportProgressIndicator setDoubleValue:[exporter exportProgressValue]];