summaryrefslogtreecommitdiff
path: root/frontends/cocoa/HistoryWindowController.h
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/cocoa/HistoryWindowController.h')
-rw-r--r--frontends/cocoa/HistoryWindowController.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/frontends/cocoa/HistoryWindowController.h b/frontends/cocoa/HistoryWindowController.h
index 3b1d97679..c16236c2d 100644
--- a/frontends/cocoa/HistoryWindowController.h
+++ b/frontends/cocoa/HistoryWindowController.h
@@ -18,13 +18,10 @@
#import <Cocoa/Cocoa.h>
-@class Tree;
@class TreeView;
-@interface HistoryWindowController : NSWindowController {
- Tree *tree;
-}
+@interface HistoryWindowController : NSWindowController
-@property (readwrite, nonatomic) IBOutlet TreeView *view;
+@property (nonatomic) IBOutlet TreeView *view;
@end