summaryrefslogtreecommitdiff
path: root/src/select/properties/azimuth.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/select/properties/azimuth.c')
-rw-r--r--src/select/properties/azimuth.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/select/properties/azimuth.c b/src/select/properties/azimuth.c
index ed48a70..2d1c0ed 100644
--- a/src/select/properties/azimuth.c
+++ b/src/select/properties/azimuth.c
@@ -84,10 +84,3 @@ css_error compose_azimuth(const css_computed_style *parent,
return CSS_OK;
}
-uint32_t destroy_azimuth(void *bytecode)
-{
- bool has_angle = (((getValue(*(uint32_t*)bytecode) & (1<<7)) != 0));
- uint32_t extra_size = has_angle ? (sizeof(css_fixed) + sizeof(uint32_t)) : 0;
-
- return sizeof(uint32_t) + extra_size;
-}