diff options
Diffstat (limited to 'Source/SPHistoryController.h')
-rw-r--r-- | Source/SPHistoryController.h | 9 |
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; |