work
[pspp] / src / output / table.h
index 5331aa34388d97f0d534ddf6bf8fc3a462db30d5..1229e9062f82051b94fc5a9ceb48a26675bcecca 100644 (file)
@@ -262,10 +262,5 @@ void table_set_hl (struct table *, int hl);
 void table_set_hr (struct table *, int hr);
 void table_set_ht (struct table *, int ht);
 void table_set_hb (struct table *, int hb);
-\f
-/* Table classes. */
-
-/* Simple kinds of tables. */
-struct table *table_from_string (const char *);
 
 #endif /* output/table.h */