summaryrefslogtreecommitdiff
path: root/src/select/properties/border_right_color.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/select/properties/border_right_color.c')
-rw-r--r--src/select/properties/border_right_color.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/select/properties/border_right_color.c b/src/select/properties/border_right_color.c
index d2cd95d..41fe441 100644
--- a/src/select/properties/border_right_color.c
+++ b/src/select/properties/border_right_color.c
@@ -47,7 +47,3 @@ css_error compose_border_right_color(const css_computed_style *parent,
return set_border_right_color(result, type, color);
}
-uint32_t destroy_border_right_color(void *bytecode)
-{
- return generic_destroy_color(bytecode);
-}