From 3dd906c8134811565d590899e610b9eafbdf9409 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Sat, 5 Sep 2009 16:24:17 +0000 Subject: Remove redundant line. svn path=/trunk/netsurf/; revision=9545 --- css/select.c | 1 - 1 file changed, 1 deletion(-) diff --git a/css/select.c b/css/select.c index 26dcf283c..f0830720a 100644 --- a/css/select.c +++ b/css/select.c @@ -1615,7 +1615,6 @@ css_error node_presentational_hint(void *pw, void *node, INTTOFIX(1) < hint->data.length.value) hint->data.length.value = INTTOFIX(1); - hint->data.length.unit = CSS_UNIT_PX; hint->status = CSS_BORDER_WIDTH_WIDTH; } else { xmlFree(width); -- cgit v1.2.3