From 3b70bf3ed475602fac435b86ab564423ae1dfdb0 Mon Sep 17 00:00:00 2001 From: stuconnolly Date: Wed, 24 Mar 2010 21:51:27 +0000 Subject: General tidy up, with a focus on consolidating more constants in SPConstants.h/m. --- Source/TablesList.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'Source/TablesList.h') diff --git a/Source/TablesList.h b/Source/TablesList.h index 509ac96f..5abbddad 100644 --- a/Source/TablesList.h +++ b/Source/TablesList.h @@ -27,15 +27,6 @@ #import #import "SPHistoryController.h" -enum sp_table_types -{ - SP_TABLETYPE_NONE = -1, - SP_TABLETYPE_TABLE = 0, - SP_TABLETYPE_VIEW = 1, - SP_TABLETYPE_PROC = 2, - SP_TABLETYPE_FUNC = 3 -}; - @interface NSObject (NSSplitView) - (NSView *)collapsibleSubview; -- cgit v1.2.3