From ae4cb4c56dd865654a718c80693d8ac046126ace Mon Sep 17 00:00:00 2001 From: James Bursa Date: Wed, 28 Jan 2004 23:08:28 +0000 Subject: [project @ 2004-01-28 23:08:28 by bursa] Improve font-family. svn path=/import/netsurf/; revision=515 --- css/css.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'css/css.h') 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; -- cgit v1.2.3