summaryrefslogtreecommitdiff
path: root/src/select/properties/outline_width.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/select/properties/outline_width.c')
-rw-r--r--src/select/properties/outline_width.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/select/properties/outline_width.c b/src/select/properties/outline_width.c
index 08b6945..acf8729 100644
--- a/src/select/properties/outline_width.c
+++ b/src/select/properties/outline_width.c
@@ -55,7 +55,3 @@ css_error compose_outline_width(const css_computed_style *parent,
return CSS_OK;
}
-uint32_t destroy_outline_width(void *bytecode)
-{
- return generic_destroy_length(bytecode);
-}