work
[pspp] / src / output / table.c
index 8f717ead5679359b4f5c8529811e7b731d9c307d..18b822ba70c5c7c4405e3f28f54c7d2c752e3daa 100644 (file)
@@ -298,16 +298,6 @@ table_collect_footnotes (const struct table_item *item,
   return n;
 }
 \f
-/* Returns a table that contains a single cell, whose contents are the
-   left-aligned TEXT.  */
-struct table *
-table_from_string (const char *text)
-{
-  struct tab_table *t = tab_create (1, 1);
-  tab_text (t, 0, 0, TAB_LEFT, text);
-  return &t->table;
-}
-\f
 const char *
 table_halign_to_string (enum table_halign halign)
 {