summaryrefslogtreecommitdiff
path: root/src/select/properties/overflow.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/select/properties/overflow.c')
-rw-r--r--src/select/properties/overflow.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/select/properties/overflow.c b/src/select/properties/overflow.c
index 6318d31..bf10d58 100644
--- a/src/select/properties/overflow.c
+++ b/src/select/properties/overflow.c
@@ -70,9 +70,3 @@ css_error compose_overflow(const css_computed_style *parent,
return set_overflow(result, type);
}
-uint32_t destroy_overflow(void *bytecode)
-{
- UNUSED(bytecode);
-
- return sizeof(uint32_t);
-}