aboutsummaryrefslogtreecommitdiffstats
path: root/Source/TablesList.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/TablesList.h')
-rw-r--r--Source/TablesList.h9
1 files changed, 0 insertions, 9 deletions
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 <MCPKit/MCPKit.h>
#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;