output: Remove support for nested tables.
[pspp] / src / output / tab.h
index 9371d812c652292de4fb8e64032665be96a12ab6..3109e39439d165f0c94a4dd3e7cf8117d5f86b27 100644 (file)
@@ -146,11 +146,6 @@ void tab_joint_text_format (struct tab_table *, int x1, int y1, int x2, int y2,
 void tab_footnote (struct tab_table *, int x, int y, const char *format, ...)
   PRINTF_FORMAT (4, 5);
 
-void tab_subtable (struct tab_table *, int x1, int y1, int x2, int y2,
-                   unsigned opt, struct table_item *subtable);
-void tab_subtable_bare (struct tab_table *, int x1, int y1, int x2, int y2,
-                        unsigned opt, struct table_item *subtable);
-
 bool tab_cell_is_empty (const struct tab_table *, int c, int r);
 
 /* Editing. */