summaryrefslogtreecommitdiff
path: root/src/parse/properties/ui.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/parse/properties/ui.c')
-rw-r--r--src/parse/properties/ui.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/parse/properties/ui.c b/src/parse/properties/ui.c
index 1a3d1d8..882c3b0 100644
--- a/src/parse/properties/ui.c
+++ b/src/parse/properties/ui.c
@@ -158,10 +158,6 @@ css_error parse_cursor(css_language *c,
return CSS_INVALID;
}
- error = parse_important(c, vector, &temp_ctx, &flags);
- if (error != CSS_OK)
- return error;
-
opv = buildOPV(CSS_PROP_CURSOR, flags, value);
/* Allocate result */
@@ -271,10 +267,6 @@ css_error parse_cursor(css_language *c,
return CSS_INVALID;
}
- error = parse_important(c, vector, ctx, &flags);
- if (error != CSS_OK)
- return error;
-
return CSS_OK;
}