=================================================================== RCS file: /cvs/mandoc/Attic/terminal.c,v retrieving revision 1.7 retrieving revision 1.8 diff -u -p -r1.7 -r1.8 --- mandoc/Attic/terminal.c 2009/03/23 15:20:51 1.7 +++ mandoc/Attic/terminal.c 2009/03/25 21:46:24 1.8 @@ -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 * @@ -49,22 +49,6 @@ static void term_stringa(struct termp *, static int term_isopendelim(const char *, int); static int term_isclosedelim(const char *, int); 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 *