From e9f65ff9cb60c94b43d4b875892918b90fb2a067 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Mon, 2 Sep 2013 18:57:43 +0100 Subject: Remove cookies, history_global, and hotlist_old _initialise and _cleanup functions. --- cocoa/HistoryWindowController.m | 2 -- 1 file changed, 2 deletions(-) (limited to 'cocoa/HistoryWindowController.m') diff --git a/cocoa/HistoryWindowController.m b/cocoa/HistoryWindowController.m index 436f786d2..d62f458b1 100644 --- a/cocoa/HistoryWindowController.m +++ b/cocoa/HistoryWindowController.m @@ -31,14 +31,12 @@ if ((self = [super initWithWindowNibName: @"HistoryWindow"]) == nil) return nil; tree = [[Tree alloc] initWithFlags: TREE_HISTORY]; - history_global_initialise( [tree tree], "directory.png" ); return self; } - (void) dealloc; { - history_global_cleanup(); [tree release]; [self setView: nil]; -- cgit v1.2.3