summaryrefslogtreecommitdiffstatshomepage
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
commitef64725c09db0346dd0d5a32ae063e383d216b33 (patch)
tree59b22eafa2935cea48a1d8e0c12c41c51e6e944f /terminal.c
parent5fa47110bac19f7e6acb9a32e76e800657e98799 (diff)
downloadmandoc-ef64725c09db0346dd0d5a32ae063e383d216b33.tar.gz
mandoc-ef64725c09db0346dd0d5a32ae063e383d216b33.tar.zst
mandoc-ef64725c09db0346dd0d5a32ae063e383d216b33.zip
*** empty log message ***
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)
{