table-transpose: Remove.
[pspp] / src / output / table.h
index 40cae3a22cabaf56e6dbcafc3d07dc83e75262d0..54995600cb1fa2313ebf9103b21a4a74180c2e4d 100644 (file)
@@ -286,7 +286,4 @@ struct table *table_select_columns (struct table *,
 struct table *table_select_rows (struct table *,
                                  int y0, int y1, bool add_headers);
 
-/* Miscellaneous table operations. */
-struct table *table_transpose (struct table *);
-
 #endif /* output/table.h */