From e27b67d3098cbd96f18a02ad12a595878df4c3d9 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Wed, 4 Mar 2009 01:04:50 +0000 Subject: Implement initial_content() svn path=/trunk/libcss/; revision=6690 --- src/select/properties.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src') diff --git a/src/select/properties.c b/src/select/properties.c index d28e29c..f5a6260 100644 --- a/src/select/properties.c +++ b/src/select/properties.c @@ -1154,9 +1154,7 @@ css_error cascade_content(uint32_t opv, css_style *style, css_error initial_content(css_computed_style *style) { - UNUSED(style); - - return CSS_OK; + return set_content(style, CSS_CONTENT_NORMAL, NULL); } css_error cascade_counter_increment(uint32_t opv, css_style *style, -- cgit v1.2.3