From 37db0f6f8520aeb9d5bfafa6b94e8c976ff85111 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sat, 31 Jan 2015 13:42:40 +0000 Subject: Open the interface for speedbar.gadget --- amiga/gui.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'amiga/gui.c') diff --git a/amiga/gui.c b/amiga/gui.c index e6487ea3d..efa9fdd53 100644 --- a/amiga/gui.c +++ b/amiga/gui.c @@ -3134,12 +3134,6 @@ static bool ami_gui_hotlist_add(void *userdata, int level, int item, const char if(item > AMI_GUI_TOOLBAR_MAX) return false; if(is_folder == true) return false; - if(title) { - tb_userdata->gw->hotlist_toolbar_lab[item] = ami_utf8_easy(title); - } else { - tb_userdata->gw->hotlist_toolbar_lab[item] = strdup("(untitled)"); - } - speed_button_node = AllocSpeedButtonNode(item, SBNA_Text, tb_userdata->gw->hotlist_toolbar_lab[item], SBNA_UserData, (void *)url, -- cgit v1.2.3