summaryrefslogtreecommitdiff
path: root/src/select/properties/background_repeat.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/select/properties/background_repeat.c')
-rw-r--r--src/select/properties/background_repeat.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/select/properties/background_repeat.c b/src/select/properties/background_repeat.c
index c700730..95ff660 100644
--- a/src/select/properties/background_repeat.c
+++ b/src/select/properties/background_repeat.c
@@ -71,9 +71,3 @@ css_error compose_background_repeat(const css_computed_style *parent,
return set_background_repeat(result, type);
}
-uint32_t destroy_background_repeat(void *bytecode)
-{
- UNUSED(bytecode);
-
- return sizeof(uint32_t);
-}