summaryrefslogtreecommitdiff
path: root/render/box.c
diff options
context:
space:
mode:
Diffstat (limited to 'render/box.c')
-rw-r--r--render/box.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/render/box.c b/render/box.c
index f77f37913..aee750bc1 100644
--- a/render/box.c
+++ b/render/box.c
@@ -558,7 +558,6 @@ struct result box_a(xmlNode *n, struct status *status,
{
struct box *box;
char *s;
- box = box_create(style, status->href, status->title);
if ((s = (char *) xmlGetProp(n, (const xmlChar *) "href")))
status->href = s;
box = box_create(style, status->href, status->title);