comment removal

svn path=/trunk/netsurf/; revision=12988
This commit is contained in:
Chris Young 2011-10-07 21:53:35 +00:00
parent 677d0d4874
commit f9ca9f3595
1 changed files with 1 additions and 2 deletions

View File

@ -3658,13 +3658,12 @@ void gui_window_set_search_ico(hlcache_handle *ico)
if(IsMinListEmpty(window_list)) return;
if(option_kiosk_mode == true) return;
/* disabled, as at the moment, favicon/search icons don't work*/
if (ico == NULL) ico = search_web_ico();
if ((ico != NULL) && (content_get_bitmap(ico) != NULL))
{
bm = ami_getcachenativebm(content_get_bitmap(ico), 16, 16, NULL);
}
/**/
/* generic search image */
if(bm == NULL)