=================================================================== RCS file: /cvs/mandoc/tbl.c,v retrieving revision 1.18 retrieving revision 1.19 diff -u -p -r1.18 -r1.19 --- mandoc/tbl.c 2011/01/02 12:04:23 1.18 +++ mandoc/tbl.c 2011/01/02 20:34:05 1.19 @@ -1,4 +1,4 @@ -/* $Id: tbl.c,v 1.18 2011/01/02 12:04:23 kristaps Exp $ */ +/* $Id: tbl.c,v 1.19 2011/01/02 20:34:05 kristaps Exp $ */ /* * Copyright (c) 2009, 2010 Kristaps Dzonsons * @@ -199,9 +199,6 @@ static void tbl_calc_data(struct tbl_node *tbl, struct tbl_dat *data) { - /* - * This is the case with overrunning cells... - */ if (NULL == data->layout) return; @@ -313,5 +310,3 @@ tbl_calc_data_literal(struct tbl_dat *data) if (data->layout->head->width < sz) data->layout->head->width = sz; } - -