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