summaryrefslogtreecommitdiff
path: root/include/libcss/types.h
diff options
context:
space:
mode:
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;