From da47188a8369bb79884d37f3222c8bf8fabb7ea4 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Tue, 26 Jul 2011 21:20:11 +0000 Subject: Fix build with GCC 4.6 svn path=/trunk/libcss/; revision=12627 --- src/select/properties/azimuth.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/select/properties/azimuth.c') diff --git a/src/select/properties/azimuth.c b/src/select/properties/azimuth.c index cb5fc61..275ae2f 100644 --- a/src/select/properties/azimuth.c +++ b/src/select/properties/azimuth.c @@ -15,15 +15,12 @@ css_error css__cascade_azimuth(uint32_t opv, css_style *style, css_select_state *state) { - uint16_t value = 0; css_fixed val = 0; uint32_t unit = UNIT_DEG; if (isInherit(opv) == false) { switch (getValue(opv) & ~AZIMUTH_BEHIND) { case AZIMUTH_ANGLE: - value = 0; - val = *((css_fixed *) style->bytecode); advance_bytecode(style, sizeof(val)); unit = *((uint32_t *) style->bytecode); -- cgit v1.2.3