aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPHistoryController.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/SPHistoryController.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/SPHistoryController.h')
-rw-r--r--Source/SPHistoryController.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/Source/SPHistoryController.h b/Source/SPHistoryController.h
index dd5c7133..171e8474 100644
--- a/Source/SPHistoryController.h
+++ b/Source/SPHistoryController.h
@@ -26,15 +26,6 @@
@class TableDocument, TableContent, TablesList;
-enum sphistory_view_types
-{
- SP_VIEW_STRUCTURE = 0,
- SP_VIEW_CONTENT = 1,
- SP_VIEW_CUSTOMQUERY = 2,
- SP_VIEW_STATUS = 3,
- SP_VIEW_RELATIONS = 4
-};
-
@interface SPHistoryController : NSObject
{
IBOutlet TableDocument *theDocument;