Purge more favicon remnants.

svn path=/trunk/netsurf/; revision=12494
This commit is contained in:
Michael Drake 2011-06-22 10:27:20 +00:00
parent b6b1744b8e
commit 3c74989841
1 changed files with 0 additions and 7 deletions

View File

@ -635,13 +635,6 @@ nserror browser_window_callback(hlcache_handle *c,
}
}
/* favicon preload */
if (bw->browser_window_type == BROWSER_WINDOW_NORMAL &&
content_get_type(c) == CONTENT_HTML) {
gui_window_set_icon(bw->window,
html_get_favicon(bw->current_content));
}
/* text selection */
if (content_get_type(c) == CONTENT_HTML)
selection_init(bw->sel,