From ef64725c09db0346dd0d5a32ae063e383d216b33 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Wed, 25 Mar 2009 21:46:24 +0000 Subject: *** empty log message *** --- terminal.c | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) (limited to 'terminal.c') 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 * @@ -51,22 +51,6 @@ 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 * ascii_alloc(void) { -- cgit v1.2.3