pivot-table: Change the default format to omit empty rows and columns.
[pspp] / src / language / stats / roc.c
index 16a6d72cb96769ad7175dc77243e775db617b4b9..f18964a56298876275958a24e2adbc7e26eb4168 100644 (file)
@@ -1062,7 +1062,6 @@ show_coords (struct roc_state *rs, const struct cmd_roc *roc)
 {
   struct pivot_table *table = pivot_table_create (
     N_("Coordinates of the Curve"));
-  table->omit_empty = true;
 
   pivot_dimension_create (table, PIVOT_AXIS_COLUMN, N_("Statistics"),
                           N_("Positive if greater than or equal to"),