diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-03-25 21:46:24 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-03-25 21:46:24 +0000 |
commit | d31b9aced380c9834f45869247dfbd42922d533b (patch) | |
tree | b3ac29e0c9eca2bbee2a86d14cd464316067c774 /terminal.c | |
parent | 0516216740b04a6adb890cc3d4639da26aee1f83 (diff) | |
download | mandoc-d31b9aced380c9834f45869247dfbd42922d533b.tar.gz |
*** empty log message ***
Diffstat (limited to 'terminal.c')
-rw-r--r-- | terminal.c | 16 |
1 files changed, 0 insertions, 16 deletions
@@ -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) { |