X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Ftable.h;fp=src%2Foutput%2Ftable.h;h=1229e9062f82051b94fc5a9ceb48a26675bcecca;hb=94864f7df42dc6495de1f785ec4ba45f33b63515;hp=5331aa34388d97f0d534ddf6bf8fc3a462db30d5;hpb=085811c026897c8deedd5b1e1786c8b51443383f;p=pspp diff --git a/src/output/table.h b/src/output/table.h index 5331aa3438..1229e9062f 100644 --- a/src/output/table.h +++ b/src/output/table.h @@ -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); - -/* Table classes. */ - -/* Simple kinds of tables. */ -struct table *table_from_string (const char *); #endif /* output/table.h */