table-item: Remove barely used parameters from table_item_create().
[pspp] / src / output / table-item.h
index d1c30b668d603df5b4f2b0be3eaa1074669fc022..a4435a0f5971f6e5cf506dcd6aaf60f11c468ebe 100644 (file)
@@ -79,8 +79,7 @@ struct table_item
     struct pivot_table *pt;
   };
 
-struct table_item *table_item_create (struct table *, const char *title,
-                                      const char *caption, const char *notes);
+struct table_item *table_item_create (struct table *);
 
 const struct table *table_item_get_table (const struct table_item *);