summaryrefslogtreecommitdiff
path: root/src/select/properties/right.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/select/properties/right.c')
-rw-r--r--src/select/properties/right.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/select/properties/right.c b/src/select/properties/right.c
index 2dfdb2f..190db4d 100644
--- a/src/select/properties/right.c
+++ b/src/select/properties/right.c
@@ -47,7 +47,3 @@ css_error compose_right(const css_computed_style *parent,
return set_right(result, type, length, unit);
}
-uint32_t destroy_right(void *bytecode)
-{
- return generic_destroy_length(bytecode);
-}