aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tbl.c
diff options
context:
space:
mode:
Diffstat (limited to 'tbl.c')
-rw-r--r--tbl.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/tbl.c b/tbl.c
index 35ca9e09..e22dffd5 100644
--- a/tbl.c
+++ b/tbl.c
@@ -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 <kristaps@bsd.lv>
*
@@ -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;
}
-
-