From 5b149ba1d67a0ed9108140650bee2475a3352915 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Thu, 17 Jul 2003 15:33:42 +0000 Subject: [project @ 2003-07-17 15:33:42 by jmb] remove duplicate assignment to box in box_a svn path=/import/netsurf/; revision=228 --- render/box.c | 1 - 1 file changed, 1 deletion(-) (limited to 'render/box.c') 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); -- cgit v1.2.3