From e66c7f9313c27cdc65e34eaf1383b9c6bd70af1d Mon Sep 17 00:00:00 2001 From: Sven Weidauer Date: Mon, 28 Feb 2011 15:23:56 +0000 Subject: Setting path for tree icons when tree class is initialized. svn path=/trunk/netsurf/; revision=11853 --- cocoa/NetsurfApp.m | 2 -- 1 file changed, 2 deletions(-) (limited to 'cocoa/NetsurfApp.m') diff --git a/cocoa/NetsurfApp.m b/cocoa/NetsurfApp.m index 9d8ba4878..2b23b2107 100644 --- a/cocoa/NetsurfApp.m +++ b/cocoa/NetsurfApp.m @@ -75,8 +75,6 @@ urldb_load( [[defaults objectForKey: kURLsFileOption] UTF8String] ); urldb_load_cookies( option_cookie_file ); - tree_set_icon_dir( strdup( [[[NSBundle mainBundle] pathForResource: @"Icons" ofType: @""] UTF8String] ) ); - cocoa_update_scale_factor(); } -- cgit v1.2.3