summaryrefslogtreecommitdiffstats
path: root/tbl.c
diff options
context:
space:
mode:
Diffstat (limited to 'tbl.c')
-rw-r--r--tbl.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/tbl.c b/tbl.c
index 79220448..14068b02 100644
--- a/tbl.c
+++ b/tbl.c
@@ -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;
}
-
-