output: Remove support for nested tables.
[pspp] / src / output / table.h
index 919777db53ff3b90feaecc2c781e04ebae72a5b6..09e5041a3eeed7f62b0897bfea25e46fa36ba5a3 100644 (file)
@@ -171,8 +171,6 @@ struct table *table_from_casereader (const struct casereader *,
                                      size_t column,
                                      const char *heading,
                                      const struct fmt_spec *);
-struct table *table_create_nested (struct table *);
-struct table *table_create_nested_item (struct table_item *);
 
 /* Combining tables. */
 struct table *table_paste (struct table *, struct table *,