summaryrefslogtreecommitdiff
path: root/css/css.h
diff options
context:
space:
mode:
Diffstat (limited to 'css/css.h')
-rw-r--r--css/css.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/css/css.h b/css/css.h
index 3271ab4bd..3c27b0182 100644
--- a/css/css.h
+++ b/css/css.h
@@ -52,16 +52,6 @@ typedef enum {
CSS_TEXT_DECORATION_UNKNOWN = 0x1000
} css_text_decoration;
-typedef enum {
- CSS_FONT_FAMILY_INHERIT = 0x1,
- CSS_FONT_FAMILY_SANS_SERIF = 0x2,
- CSS_FONT_FAMILY_SERIF = 0x4,
- CSS_FONT_FAMILY_MONOSPACE = 0x8,
- CSS_FONT_FAMILY_CURSIVE = 0x10,
- CSS_FONT_FAMILY_FANTASY = 0x20,
- CSS_FONT_FAMILY_UNKNOWN = 0x1000
-} css_font_family;
-
/** Representation of a complete CSS 2 style. */
struct css_style {
colour background_color;