aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/terminal.c
diff options
context:
space:
mode:
Diffstat (limited to 'terminal.c')
-rw-r--r--terminal.c18
1 files changed, 1 insertions, 17 deletions
diff --git a/terminal.c b/terminal.c
index f4d7cd2a..07373b21 100644
--- a/terminal.c
+++ b/terminal.c
@@ -1,4 +1,4 @@
-/* $Id: terminal.c,v 1.7 2009/03/23 15:20:51 kristaps Exp $ */
+/* $Id: terminal.c,v 1.8 2009/03/25 21:46:24 kristaps Exp $ */
/*
* Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@openbsd.org>
*
@@ -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)
{