summaryrefslogtreecommitdiffstats
path: root/terminal.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-03-25 21:46:24 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-03-25 21:46:24 +0000
commitd31b9aced380c9834f45869247dfbd42922d533b (patch)
treeb3ac29e0c9eca2bbee2a86d14cd464316067c774 /terminal.c
parent0516216740b04a6adb890cc3d4639da26aee1f83 (diff)
downloadmandoc-d31b9aced380c9834f45869247dfbd42922d533b.tar.gz
*** empty log message ***
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)
{