summaryrefslogtreecommitdiff
path: root/cocoa/HistoryView.h
diff options
context:
space:
mode:
Diffstat (limited to 'cocoa/HistoryView.h')
-rw-r--r--cocoa/HistoryView.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/cocoa/HistoryView.h b/cocoa/HistoryView.h
index 7b5ef80b9..33eb1b52d 100644
--- a/cocoa/HistoryView.h
+++ b/cocoa/HistoryView.h
@@ -26,10 +26,6 @@
@property (readwrite, assign, nonatomic) struct browser_window *browser;
-- (id) initWithBrowser: (struct browser_window *)bw;
- (void) updateHistory;
-- (void) fadeIntoView: (NSView *) superView;
-- (void) fadeOut;
-
@end