MEANS: Remove one more assignment to omit_empty missed in previous commit.
authorBen Pfaff <blp@cs.stanford.edu>
Mon, 21 Dec 2020 04:33:57 +0000 (20:33 -0800)
committerBen Pfaff <blp@cs.stanford.edu>
Mon, 21 Dec 2020 04:33:57 +0000 (20:33 -0800)
I missed this in preparing commit 0200682d517f ("pivot-table: Change the
default format to omit empty rows and columns.")

src/language/stats/means.c

index bc3157f7e74f8508d5c070b184e4bfdcd64f8d90..bb1cf59926fb8eccc3ee3149609271fd1f929594 100644 (file)
@@ -751,7 +751,6 @@ means_shipout_single (const struct mtable *mt, const struct means *means,
                      const struct workspace *ws)
 {
   struct pivot_table *pt = pivot_table_create (N_("Report"));
-  pt->look.omit_empty = true;
 
   struct pivot_dimension *dim_cells =
     pivot_dimension_create (pt, PIVOT_AXIS_COLUMN, N_("Statistics"));