summaryrefslogtreecommitdiffstats
path: root/terminal.c
diff options
context:
space:
mode:
Diffstat (limited to 'terminal.c')
-rw-r--r--terminal.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/terminal.c b/terminal.c
index 0dd3bad3..accd0efa 100644
--- a/terminal.c
+++ b/terminal.c
@@ -52,22 +52,6 @@ static void sanity(const struct mdoc_node *); /* XXX */
void *
-latin1_alloc(void)
-{
-
- return(term_alloc(TERMENC_LATIN1));
-}
-
-
-void *
-utf8_alloc(void)
-{
-
- return(term_alloc(TERMENC_UTF8));
-}
-
-
-void *
ascii_alloc(void)
{