output: Remove support for nested tables.
[pspp] / src / output / table-casereader.c
index 485014dc81a20eac816f91ed34435033d2910676..36f74f20c4b55c07309c102572efa3693b1da8e5 100644 (file)
@@ -113,7 +113,6 @@ table_casereader_get_cell (const struct table *t, int x, int y,
   cell->contents = &cell->inline_contents;
   cell->n_contents = 1;
   cell->inline_contents.options = TAB_RIGHT;
-  cell->inline_contents.table = NULL;
   cell->inline_contents.n_footnotes = 0;
   if (tc->heading != NULL)
     {