pivot-table: Change the default format to omit empty rows and columns.
[pspp] / src / language / stats / means.c
index 27a2457052243ce71b896cabd7d722570cf08b74..bc3157f7e74f8508d5c070b184e4bfdcd64f8d90 100644 (file)
@@ -793,7 +793,6 @@ means_shipout_multivar (const struct mtable *mt, const struct means *means,
     }
 
   struct pivot_table *pt = pivot_table_create (ds_cstr (&dss));
-  pt->look.omit_empty = true;
   ds_destroy (&dss);
 
   struct pivot_dimension *dim_cells =