summaryrefslogtreecommitdiff
path: root/src/select/properties/background_attachment.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/select/properties/background_attachment.c')
-rw-r--r--src/select/properties/background_attachment.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/select/properties/background_attachment.c b/src/select/properties/background_attachment.c
index b5bf732..d2b56f8 100644
--- a/src/select/properties/background_attachment.c
+++ b/src/select/properties/background_attachment.c
@@ -65,9 +65,3 @@ css_error compose_background_attachment(const css_computed_style *parent,
return set_background_attachment(result, type);
}
-uint32_t destroy_background_attachment(void *bytecode)
-{
- UNUSED(bytecode);
-
- return sizeof(uint32_t);
-}