pivot-table: Change the default format to omit empty rows and columns.
[pspp] / src / language / stats / factor.c
index bdfc9ae290c8b29549eff6a9d7b33e5a76daafa4..cf67ecd8d4de1f8f82528bd1de9cf9662e7e0a16 100644 (file)
@@ -1750,7 +1750,6 @@ show_explained_variance (const struct cmd_factor * factor,
 
   struct pivot_table *table = pivot_table_create (
     N_("Total Variance Explained"));
-  table->look.omit_empty = true;
 
   pivot_dimension_create (table, PIVOT_AXIS_COLUMN, N_("Statistics"),
                           N_("Total"), PIVOT_RC_OTHER,