CTABLES: Don't force the look to include empty rows and columns.
[pspp] / src / language / commands / ctables.c
index d25832b7e69949921fb84f9c3cd6f49f592206a3..e53a43023db32966031de4721df8f7f321452b72 100644 (file)
@@ -6014,7 +6014,6 @@ cmd_ctables (struct lexer *lexer, struct dataset *ds)
 
   struct pivot_table_look *look = pivot_table_look_unshare (
     pivot_table_look_ref (pivot_table_look_get_default ()));
-  look->omit_empty = false;
 
   struct ctables *ct = xmalloc (sizeof *ct);
   *ct = (struct ctables) {