summaryrefslogtreecommitdiff
path: root/src/select/properties/border_right_width.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/select/properties/border_right_width.c')
-rw-r--r--src/select/properties/border_right_width.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/select/properties/border_right_width.c b/src/select/properties/border_right_width.c
index e7fe775..477e74f 100644
--- a/src/select/properties/border_right_width.c
+++ b/src/select/properties/border_right_width.c
@@ -48,7 +48,3 @@ css_error compose_border_right_width(const css_computed_style *parent,
return set_border_right_width(result, type, length, unit);
}
-uint32_t destroy_border_right_width(void *bytecode)
-{
- return generic_destroy_length(bytecode);
-}