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