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