diff options
author | stuconnolly <stuart02@gmail.com> | 2010-10-07 19:37:02 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2010-10-07 19:37:02 +0000 |
commit | 600314d27c03b299e3a9d0f986698a8c2baca9bc (patch) | |
tree | b8925b0cca769bc1285f6afbf80301c264ae3423 /Source/SPConstants.h | |
parent | 22afbe4dacdf089c3f9f440e1ad859982cbb714e (diff) | |
download | sequelpro-600314d27c03b299e3a9d0f986698a8c2baca9bc.tar.gz sequelpro-600314d27c03b299e3a9d0f986698a8c2baca9bc.tar.bz2 sequelpro-600314d27c03b299e3a9d0f986698a8c2baca9bc.zip |
Remove unused constant.
Diffstat (limited to 'Source/SPConstants.h')
-rw-r--r-- | Source/SPConstants.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Source/SPConstants.h b/Source/SPConstants.h index b730d220..5cbfa463 100644 --- a/Source/SPConstants.h +++ b/Source/SPConstants.h @@ -83,14 +83,6 @@ typedef enum { SPRowCountFetchAlways = 2 } SPRowCountQueryUsageLevels; -// Export type -typedef enum { - SPExportingSQL = 0, - SPExportingCSV = 1, - SPExportingXML = 2, - SPExportingDOT = 3 -} SPExportMode; - // Database object (table list) types typedef enum { |