From 600314d27c03b299e3a9d0f986698a8c2baca9bc Mon Sep 17 00:00:00 2001 From: stuconnolly Date: Thu, 7 Oct 2010 19:37:02 +0000 Subject: Remove unused constant. --- Source/SPConstants.h | 8 -------- Source/SPPrintController.m | 2 +- 2 files changed, 1 insertion(+), 9 deletions(-) (limited to 'Source') 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 { diff --git a/Source/SPPrintController.m b/Source/SPPrintController.m index 1119fc15..2fecb035 100644 --- a/Source/SPPrintController.m +++ b/Source/SPPrintController.m @@ -216,7 +216,7 @@ NSDictionary *tableSource = [tableSourceInstance tableSourceForPrinting]; - SPExportMode tableType = [tablesListInstance tableType]; + SPTableType tableType = [tablesListInstance tableType]; switch (tableType) { case SPTableTypeTable: -- cgit v1.2.3