summaryrefslogtreecommitdiff
path: root/src/parse/properties/margin.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/parse/properties/margin.c')
-rw-r--r--src/parse/properties/margin.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/parse/properties/margin.c b/src/parse/properties/margin.c
index d719d3a..9cf0b83 100644
--- a/src/parse/properties/margin.c
+++ b/src/parse/properties/margin.c
@@ -83,10 +83,6 @@ css_error parse_margin_side(css_language *c,
value = MARGIN_SET;
}
- error = parse_important(c, vector, ctx, &flags);
- if (error != CSS_OK)
- return error;
-
opv = buildOPV(op, flags, value);
required_size = sizeof(opv);