From 6a50bef84ae6a0a67e03ac1356f8d85d15fe09d6 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Wed, 19 Jan 2011 23:12:37 +0000 Subject: Merge parser autogeneration and string handling refactor branch r=jmb,kinnison,vince svn path=/trunk/libcss/; revision=11408 --- src/select/properties/azimuth.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/select/properties/azimuth.c') 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; -} -- cgit v1.2.3