summaryrefslogtreecommitdiff
path: root/src/select/properties/z_index.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/select/properties/z_index.c')
-rw-r--r--src/select/properties/z_index.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/select/properties/z_index.c b/src/select/properties/z_index.c
index 343a3f3..189fe26 100644
--- a/src/select/properties/z_index.c
+++ b/src/select/properties/z_index.c
@@ -67,7 +67,3 @@ css_error compose_z_index(const css_computed_style *parent,
return set_z_index(result, type, index);
}
-uint32_t destroy_z_index(void *bytecode)
-{
- return generic_destroy_number(bytecode);
-}