summaryrefslogtreecommitdiff
path: root/src/select/properties/width.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/select/properties/width.c')
-rw-r--r--src/select/properties/width.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/select/properties/width.c b/src/select/properties/width.c
index 68e27b3..8b05084 100644
--- a/src/select/properties/width.c
+++ b/src/select/properties/width.c
@@ -47,7 +47,3 @@ css_error compose_width(const css_computed_style *parent,
return set_width(result, type, length, unit);
}
-uint32_t destroy_width(void *bytecode)
-{
- return generic_destroy_length(bytecode);
-}