Don't need to attempt to free on remove, as the only entry point has already done this.

This commit is contained in:
Chris Young 2012-12-01 15:23:11 +00:00
parent ee79de5244
commit c88c4fa214

View File

@ -2563,8 +2563,6 @@ void ami_gui_hotlist_toolbar_remove(struct gui_window_2 *gwin)
gwin->redraw_required = true;
gwin->bw->reformat_pending = true;
ami_gui_hotlist_toolbar_free(gwin, &gwin->hotlist_toolbar_list);
}
void ami_gui_hotlist_toolbar_update(struct gui_window_2 *gwin)