summaryrefslogtreecommitdiff
path: root/src/select/properties/height.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/select/properties/height.c')
-rw-r--r--src/select/properties/height.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/select/properties/height.c b/src/select/properties/height.c
index 6a0cfae..38b35c1 100644
--- a/src/select/properties/height.c
+++ b/src/select/properties/height.c
@@ -47,7 +47,3 @@ css_error compose_height(const css_computed_style *parent,
return set_height(result, type, length, unit);
}
-uint32_t destroy_height(void *bytecode)
-{
- return generic_destroy_length(bytecode);
-}