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