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/page_break_inside.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/select/properties/page_break_inside.c') diff --git a/src/select/properties/page_break_inside.c b/src/select/properties/page_break_inside.c index b3d5114..2e27298 100644 --- a/src/select/properties/page_break_inside.c +++ b/src/select/properties/page_break_inside.c @@ -17,8 +17,6 @@ css_error css__cascade_page_break_inside(uint32_t opv, css_style *style, css_select_state *state) { - uint16_t value = 0; - UNUSED(style); if (isInherit(opv) == false) { @@ -26,7 +24,6 @@ css_error css__cascade_page_break_inside(uint32_t opv, css_style *style, case PAGE_BREAK_INSIDE_AUTO: case PAGE_BREAK_INSIDE_AVOID: /** \todo convert to public values */ - value = 0; break; } } -- cgit v1.2.3