From: Ben Pfaff Date: Mon, 21 Dec 2020 04:33:57 +0000 (-0800) Subject: MEANS: Remove one more assignment to omit_empty missed in previous commit. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3908158d606dd98455901f5f4029a9d04d91a425;p=pspp MEANS: Remove one more assignment to omit_empty missed in previous commit. I missed this in preparing commit 0200682d517f ("pivot-table: Change the default format to omit empty rows and columns.") --- diff --git a/src/language/stats/means.c b/src/language/stats/means.c index bc3157f7e7..bb1cf59926 100644 --- a/src/language/stats/means.c +++ b/src/language/stats/means.c @@ -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"));