aboutsummaryrefslogtreecommitdiffstats
path: root/Source/TableDump.h
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2010-03-24 21:51:27 +0000
committerstuconnolly <stuart02@gmail.com>2010-03-24 21:51:27 +0000
commit3b70bf3ed475602fac435b86ab564423ae1dfdb0 (patch)
tree2328be21dbfdaec7e07caad38c2b46d26c76fcd7 /Source/TableDump.h
parent47f354070f1fa8dfeb46c4065075ee53de4c1626 (diff)
downloadsequelpro-3b70bf3ed475602fac435b86ab564423ae1dfdb0.tar.gz
sequelpro-3b70bf3ed475602fac435b86ab564423ae1dfdb0.tar.bz2
sequelpro-3b70bf3ed475602fac435b86ab564423ae1dfdb0.zip
General tidy up, with a focus on consolidating more constants in SPConstants.h/m.
Diffstat (limited to 'Source/TableDump.h')
-rw-r--r--Source/TableDump.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/Source/TableDump.h b/Source/TableDump.h
index dc5af40f..6a6a34b0 100644
--- a/Source/TableDump.h
+++ b/Source/TableDump.h
@@ -25,15 +25,9 @@
// Or mail to <lorenz@textor.ch>
#import <Cocoa/Cocoa.h>
-#import "SPFieldMapperController.h"
#import <MCPKit/MCPKit.h>
-typedef enum _SPExportModes {
- SPExportingSQL = 0,
- SPExportingCSV = 1,
- SPExportingXML = 2,
- SPExportingDOT = 3
-} SPExportMode;
+@class SPFieldMapperController;
@interface TableDump : NSObject
{
@@ -123,7 +117,6 @@ typedef enum _SPExportModes {
NSUInteger exportMode;
NSUserDefaults *prefs;
BOOL progressCancelled;
-
}
// IBAction methods