summaryrefslogtreecommitdiff
path: root/src/select/properties/list_style_type.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/select/properties/list_style_type.c')
-rw-r--r--src/select/properties/list_style_type.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/select/properties/list_style_type.c b/src/select/properties/list_style_type.c
index 37a2bad..2536f9c 100644
--- a/src/select/properties/list_style_type.c
+++ b/src/select/properties/list_style_type.c
@@ -103,9 +103,3 @@ css_error compose_list_style_type(const css_computed_style *parent,
return set_list_style_type(result, type);
}
-uint32_t destroy_list_style_type(void *bytecode)
-{
- UNUSED(bytecode);
-
- return sizeof(uint32_t);
-}