summaryrefslogtreecommitdiff
path: root/amiga/theme.c
diff options
context:
space:
mode:
Diffstat (limited to 'amiga/theme.c')
-rw-r--r--amiga/theme.c4
1 files changed, 0 insertions, 4 deletions
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)