Remove redundant code
svn path=/trunk/netsurf/; revision=10430
This commit is contained in:
parent
031e301c53
commit
27064b4107
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue