Delete tab_create()'s unused third parameter.
[pspp] / src / output / table.h
index 293c0c0d035619450c1da4ddbda3bbf077aecefa..e04da584b3e11a236206c8190ce1a7721eeaab53 100644 (file)
@@ -126,7 +126,7 @@ struct tab_rendering
   };
 
 /* Tables. */
-struct tab_table *tab_create (int nc, int nr, int reallocable);
+struct tab_table *tab_create (int nc, int nr);
 void tab_destroy (struct tab_table *);
 void tab_ref (struct tab_table *);
 void tab_resize (struct tab_table *, int nc, int nr);