From 4f56dac95854871c0459ffc30e64ada6cafef366 Mon Sep 17 00:00:00 2001 From: James Bursa Date: Sun, 20 Nov 2005 20:16:08 +0000 Subject: [project @ 2005-11-20 20:16:08 by bursa] Rewrite DrawFile export completely. Text is now exported again. Images are not yet exported. svn path=/import/netsurf/; revision=1880 --- riscos/font.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'riscos/font.c') diff --git a/riscos/font.c b/riscos/font.c index 3cbae5a23..e0f8b03e6 100644 --- a/riscos/font.c +++ b/riscos/font.c @@ -33,9 +33,6 @@ static bool nsfont_exists(const char *font_family); static int nsfont_list_cmp(const void *keyval, const void *datum); static void nsfont_check_fonts(void); static void nsfont_init_menu(void); -static void nsfont_read_style(const struct css_style *style, - const char **font_family, unsigned int *font_size, - rufl_style *font_style); /** -- cgit v1.2.3