psppire-dialog-action-crosstabs: Do not add PIVOT or NOPIVOT to command.
[pspp] / src / ui / gui / psppire-dialog-action-crosstabs.c
index 6ea08a88cbade665dcc2f59256263233e9f68fc7..3c2bd5957943a142efd149ded6942268efd2a08b 100644 (file)
@@ -296,13 +296,6 @@ generate_syntax (const PsppireDialogAction *a)
     g_string_append (string, "TABLES");
   else
     g_string_append (string, "NOTABLES");
-  g_string_append (string, " ");
-
-  if (cd->format_options_pivot)
-    g_string_append (string, "PIVOT");
-  else
-    g_string_append (string, "NOPIVOT");
-
 
   selected = 0;
   for (i = 0, ok = gtk_tree_model_get_iter_first (cd->stat, &iter); ok;