Remove redundant code

svn path=/trunk/netsurf/; revision=10430
This commit is contained in:
John Mark Bell 2010-04-18 16:08:06 +00:00
parent 031e301c53
commit 27064b4107
1 changed files with 0 additions and 3 deletions

View File

@ -117,7 +117,6 @@ bool save_complete_html(hlcache_handle *c, const char *path, bool index,
{
struct html_stylesheet *sheets;
struct content_html_object *objects;
const char *base_url;
char filename[256];
unsigned int i, count;
xmlDocPtr doc;
@ -129,8 +128,6 @@ bool save_complete_html(hlcache_handle *c, const char *path, bool index,
if (save_complete_list_check(c, *list))
return true;
base_url = html_get_base_url(c);
/* save stylesheets, ignoring the base and adblocking sheets */
sheets = html_get_stylesheets(c, &count);