summaryrefslogtreecommitdiff
path: root/include/libcss/types.h
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@netsurf-browser.org>2009-02-14 22:55:32 +0000
committerDaniel Silverstone <dsilvers@netsurf-browser.org>2009-02-14 22:55:32 +0000
commitf1f3155ef6f28fb8595920e5423336b39bba4ed0 (patch)
treef7016ea23c888285ac255d06a42a7205ecca48fe /include/libcss/types.h
parentd0d70a21234ce34ab606c403cdb205897ace0cbb (diff)
downloadlibcss-f1f3155ef6f28fb8595920e5423336b39bba4ed0.tar.gz
libcss-f1f3155ef6f28fb8595920e5423336b39bba4ed0.tar.bz2
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
Diffstat (limited to 'include/libcss/types.h')
-rw-r--r--include/libcss/types.h8
1 files changed, 0 insertions, 8 deletions
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;