table-stomp: Remove dead code.
[pspp] / src / output / table.h
index 8b1d68f654f68aeb70950117e84475002cee523b..649ae965f6ce328e20c4c320c65b6c0dd827910f 100644 (file)
@@ -188,7 +188,6 @@ struct table *table_paste (struct table *, struct table *,
                            enum table_axis orientation);
 struct table *table_hpaste (struct table *left, struct table *right);
 struct table *table_vpaste (struct table *top, struct table *bottom);
-struct table *table_stomp (struct table *);
 
 /* Taking subsets of tables. */
 struct table *table_select (struct table *, int rect[TABLE_N_AXES][2]);