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