From 6ac3166271dd8886761abf979a39260426f75932 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Fri, 17 Oct 2003 23:59:23 +0000 Subject: [project @ 2003-10-17 23:59:23 by jmb] Whoops. Fix CSS default so a:link really is underlined instead of stricken (as earlier). Also lose LOGging from htmlredraw.c svn path=/import/netsurf/; revision=369 --- riscos/htmlredraw.c | 1 - 1 file changed, 1 deletion(-) (limited to 'riscos/htmlredraw.c') diff --git a/riscos/htmlredraw.c b/riscos/htmlredraw.c index 0a8561421..1d0ff59d7 100644 --- a/riscos/htmlredraw.c +++ b/riscos/htmlredraw.c @@ -314,7 +314,6 @@ void html_redraw_box(struct content *content, struct box * box, x, y - (int) (box->height * 1.5), NULL, NULL, (int) box->length + 4); xfree(temp); - LOG(("line-through")); } else { char ulctrl[3]; -- cgit v1.2.3