=================================================================== RCS file: /cvs/mandoc/term.c,v retrieving revision 1.192 retrieving revision 1.193 diff -u -p -r1.192 -r1.193 --- mandoc/term.c 2011/05/17 11:55:08 1.192 +++ mandoc/term.c 2011/05/17 14:38:34 1.193 @@ -1,4 +1,4 @@ -/* $Id: term.c,v 1.192 2011/05/17 11:55:08 kristaps Exp $ */ +/* $Id: term.c,v 1.193 2011/05/17 14:38:34 kristaps Exp $ */ /* * Copyright (c) 2008, 2009, 2010 Kristaps Dzonsons * Copyright (c) 2010, 2011 Ingo Schwarze @@ -68,18 +68,6 @@ term_end(struct termp *p) (*p->end)(p); } - - -struct termp * -term_alloc(enum termenc enc) -{ - struct termp *p; - - p = mandoc_calloc(1, sizeof(struct termp)); - p->enc = enc; - return(p); -} - /* * Flush a line of text. A "line" is loosely defined as being something