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/border_top_color.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/select/properties/border_top_color.c') diff --git a/src/select/properties/border_top_color.c b/src/select/properties/border_top_color.c index f13df9e..6d3b7f3 100644 --- a/src/select/properties/border_top_color.c +++ b/src/select/properties/border_top_color.c @@ -45,7 +45,3 @@ css_error compose_border_top_color(const css_computed_style *parent, return set_border_top_color(result, type, color); } -uint32_t destroy_border_top_color(void *bytecode) -{ - return generic_destroy_color(bytecode); -} -- cgit v1.2.3