From abe3300ea16d46afa38411d5c2940bbb30607e57 Mon Sep 17 00:00:00 2001 From: Sven Weidauer Date: Thu, 17 Feb 2011 12:12:51 +0000 Subject: New local history panel with scrollbars. Still needs to resize itself to fit the history. svn path=/trunk/netsurf/; revision=11705 --- cocoa/HistoryView.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'cocoa/HistoryView.h') 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 -- cgit v1.2.3