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