summaryrefslogtreecommitdiff
path: root/src/select/properties/text_decoration.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/select/properties/text_decoration.c')
-rw-r--r--src/select/properties/text_decoration.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/select/properties/text_decoration.c b/src/select/properties/text_decoration.c
index 96ce877..e8f976e 100644
--- a/src/select/properties/text_decoration.c
+++ b/src/select/properties/text_decoration.c
@@ -72,9 +72,3 @@ css_error compose_text_decoration(const css_computed_style *parent,
return set_text_decoration(result, type);
}
-uint32_t destroy_text_decoration(void *bytecode)
-{
- UNUSED(bytecode);
-
- return sizeof(uint32_t);
-}