=================================================================== RCS file: /cvs/mandoc/html.h,v retrieving revision 1.35 retrieving revision 1.36 diff -u -p -r1.35 -r1.36 --- mandoc/html.h 2010/12/24 00:46:49 1.35 +++ mandoc/html.h 2010/12/24 14:14:00 1.36 @@ -1,4 +1,4 @@ -/* $Id: html.h,v 1.35 2010/12/24 00:46:49 kristaps Exp $ */ +/* $Id: html.h,v 1.36 2010/12/24 14:14:00 kristaps Exp $ */ /* * Copyright (c) 2008, 2009, 2010 Kristaps Dzonsons * @@ -48,7 +48,6 @@ enum htmltag { TAG_PRE, TAG_B, TAG_I, - TAG_U, TAG_CODE, TAG_SMALL, TAG_MAX