From a6d3ceae0ee7cee85020a70b716586425a042900 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sun, 25 May 2014 00:57:48 +0100 Subject: Completely re-write web search provider handling --- amiga/theme.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'amiga/theme.c') diff --git a/amiga/theme.c b/amiga/theme.c index 1e9640fee..29c72574b 100644 --- a/amiga/theme.c +++ b/amiga/theme.c @@ -123,7 +123,6 @@ int osmouseptr[AMI_LASTPOINTER+1] = { void ami_theme_init(void) { char themefile[1024]; - char searchico[1024]; BPTR lock = 0; strcpy(themefile,nsoption_charp(theme)); @@ -148,9 +147,6 @@ void ami_theme_init(void) UnLock(lock); messages_load(themefile); } - - ami_get_theme_filename(searchico, "theme_search", false); - search_default_ico_location = (char *)strdup(searchico); } void ami_theme_throbber_setup(void) -- cgit v1.2.3