summaryrefslogtreecommitdiff
path: root/src/select/properties/font_weight.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/select/properties/font_weight.c')
-rw-r--r--src/select/properties/font_weight.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/select/properties/font_weight.c b/src/select/properties/font_weight.c
index 39bb473..fa814f4 100644
--- a/src/select/properties/font_weight.c
+++ b/src/select/properties/font_weight.c
@@ -97,9 +97,3 @@ css_error compose_font_weight(const css_computed_style *parent,
return set_font_weight(result, type);
}
-uint32_t destroy_font_weight(void *bytecode)
-{
- UNUSED(bytecode);
-
- return sizeof(uint32_t);
-}