summaryrefslogtreecommitdiff
path: root/src/select/properties/table_layout.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/select/properties/table_layout.c')
-rw-r--r--src/select/properties/table_layout.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/select/properties/table_layout.c b/src/select/properties/table_layout.c
index 7cc8792..1af8154 100644
--- a/src/select/properties/table_layout.c
+++ b/src/select/properties/table_layout.c
@@ -64,9 +64,3 @@ css_error compose_table_layout(const css_computed_style *parent,
return set_table_layout(result, type);
}
-uint32_t destroy_table_layout(void *bytecode)
-{
- UNUSED(bytecode);
-
- return sizeof(uint32_t);
-}