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/line_height.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/select/properties/line_height.c') diff --git a/src/select/properties/line_height.c b/src/select/properties/line_height.c index 8e20bd5..b52747d 100644 --- a/src/select/properties/line_height.c +++ b/src/select/properties/line_height.c @@ -79,11 +79,3 @@ css_error compose_line_height(const css_computed_style *parent, return set_line_height(result, type, length, unit); } -uint32_t destroy_line_height(void *bytecode) -{ - uint32_t value = getValue(*((uint32_t*)bytecode)); - if (value == LINE_HEIGHT_NUMBER) - return generic_destroy_number(bytecode); - else - return generic_destroy_length(bytecode); -} -- cgit v1.2.3