summaryrefslogtreecommitdiff
path: root/cocoa/HistoryView.h
diff options
context:
space:
mode:
authorSven Weidauer <sven.weidauer@gmail.com>2011-02-17 12:12:51 +0000
committerSven Weidauer <sven.weidauer@gmail.com>2011-02-17 12:12:51 +0000
commitabe3300ea16d46afa38411d5c2940bbb30607e57 (patch)
tree67f31ef4729898f8cfa06c4fdf14ff8fe02ce6e5 /cocoa/HistoryView.h
parent6bced73998312f7ddb68f5d572fef2214ddbe4f4 (diff)
downloadnetsurf-abe3300ea16d46afa38411d5c2940bbb30607e57.tar.gz
netsurf-abe3300ea16d46afa38411d5c2940bbb30607e57.tar.bz2
New local history panel with scrollbars. Still needs to resize itself to fit the history.
svn path=/trunk/netsurf/; revision=11705
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