summaryrefslogtreecommitdiff
path: root/src/select/properties/text_transform.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/select/properties/text_transform.c')
-rw-r--r--src/select/properties/text_transform.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/select/properties/text_transform.c b/src/select/properties/text_transform.c
index 80ec86e..db4cd9f 100644
--- a/src/select/properties/text_transform.c
+++ b/src/select/properties/text_transform.c
@@ -70,9 +70,3 @@ css_error compose_text_transform(const css_computed_style *parent,
return set_text_transform(result, type);
}
-uint32_t destroy_text_transform(void *bytecode)
-{
- UNUSED(bytecode);
-
- return sizeof(uint32_t);
-}