From f1f3155ef6f28fb8595920e5423336b39bba4ed0 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Sat, 14 Feb 2009 22:55:32 +0000 Subject: Port libcss to libwapcaplet. It passes the tests, perhaps we need more of them. Lifetimes of lwc_string objects really need attention before we can consider this finished. svn path=/trunk/libcss/; revision=6517 --- include/libcss/types.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'include/libcss/types.h') diff --git a/include/libcss/types.h b/include/libcss/types.h index 95c28b4..a08ffb4 100644 --- a/include/libcss/types.h +++ b/include/libcss/types.h @@ -68,14 +68,6 @@ typedef enum css_origin { CSS_ORIGIN_AUTHOR = 2 /**< Author stylesheet */ } css_origin; -/** - * String type - */ -typedef struct css_string { - size_t len; - uint8_t *data; -} css_string; - /** CSS colour -- RRGGBBAA */ typedef uint32_t css_color; -- cgit v1.2.3