summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--render/font.h11
-rw-r--r--riscos/font.c12
2 files changed, 0 insertions, 23 deletions
diff --git a/render/font.h b/render/font.h
index 68563e069..e9066a23d 100644
--- a/render/font.h
+++ b/render/font.h
@@ -38,15 +38,4 @@ bool nsfont_split(const struct css_style *style,
const char *string, size_t length,
int x, size_t *char_offset, int *actual_x);
-
-
-
-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);
-
#endif
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) { }