summaryrefslogtreecommitdiff
path: root/render/font.h
diff options
context:
space:
mode:
Diffstat (limited to 'render/font.h')
-rw-r--r--render/font.h11
1 files changed, 0 insertions, 11 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