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