summaryrefslogtreecommitdiffstats
path: root/tbl.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2011-01-02 20:34:05 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2011-01-02 20:34:05 +0000
commitacbea5cc811c026741e14c43e082ea541d143fba (patch)
treea0ca5c254d6b5287bf5222a94071986f6e362eae /tbl.c
parentf279bc4a434881f935cf80613c8aa4e477c45f13 (diff)
downloadmandoc-acbea5cc811c026741e14c43e082ea541d143fba.tar.gz
Fix table to print nicely (merging error). Also have -Ttree push out some
header stuff.
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;
}
-
-