summaryrefslogtreecommitdiff
path: root/render/box_normalise.c
diff options
context:
space:
mode:
Diffstat (limited to 'render/box_normalise.c')
-rw-r--r--render/box_normalise.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/render/box_normalise.c b/render/box_normalise.c
index 9c0875b4e..8da245754 100644
--- a/render/box_normalise.c
+++ b/render/box_normalise.c
@@ -422,9 +422,6 @@ bool box_normalise_table(
free(col_info.spans);
- if (table_calculate_column_types(table) == false)
- return false;
-
#ifdef BOX_NORMALISE_DEBUG
NSLOG(netsurf, INFO, "table %p done", table);
#endif