summaryrefslogtreecommitdiff
path: root/src/select/properties/unicode_bidi.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/select/properties/unicode_bidi.c')
-rw-r--r--src/select/properties/unicode_bidi.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/select/properties/unicode_bidi.c b/src/select/properties/unicode_bidi.c
index d858b7f..38a4a97 100644
--- a/src/select/properties/unicode_bidi.c
+++ b/src/select/properties/unicode_bidi.c
@@ -67,9 +67,3 @@ css_error compose_unicode_bidi(const css_computed_style *parent,
return set_unicode_bidi(result, type);
}
-uint32_t destroy_unicode_bidi(void *bytecode)
-{
- UNUSED(bytecode);
-
- return sizeof(uint32_t);
-}