From 877fe5c658ee2792d22ee653308901b0db8eabf8 Mon Sep 17 00:00:00 2001 From: James Bursa Date: Mon, 21 Aug 2006 02:05:51 +0000 Subject: Remove unused and unimplemented nsfont_txtenum(). svn path=/trunk/netsurf/; revision=2875 --- riscos/font.c | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'riscos') diff --git a/riscos/font.c b/riscos/font.c index aace86ce3..097c20578 100644 --- a/riscos/font.c +++ b/riscos/font.c @@ -506,15 +506,3 @@ void nsfont_read_style(const struct css_style *style, break; } } - - - - - -void nsfont_txtenum(void *font, const char *text, - size_t length, - unsigned int *width, - const char **rofontname, - const char **rotext, - size_t *rolength, - size_t *consumed) { } -- cgit v1.2.3