summaryrefslogtreecommitdiff
path: root/desktop/save_complete.c
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/save_complete.c')
-rw-r--r--desktop/save_complete.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/desktop/save_complete.c b/desktop/save_complete.c
index 78b2d7646..d0a657bcd 100644
--- a/desktop/save_complete.c
+++ b/desktop/save_complete.c
@@ -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);