summaryrefslogtreecommitdiff
path: root/src/select/properties/list_style_image.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/select/properties/list_style_image.c')
-rw-r--r--src/select/properties/list_style_image.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/select/properties/list_style_image.c b/src/select/properties/list_style_image.c
index 4ebfb28..bf2b213 100644
--- a/src/select/properties/list_style_image.c
+++ b/src/select/properties/list_style_image.c
@@ -53,7 +53,3 @@ css_error compose_list_style_image(const css_computed_style *parent,
return set_list_style_image(result, type, url);
}
-uint32_t destroy_list_style_image(void *bytecode)
-{
- return generic_destroy_uri(bytecode);
-}