Replaced implementation of psppire-axis.
[pspp-builds.git] / src / ui / gui / text-data-import-dialog.c
index a029198ae328e831621c61d70b1719f0efa7b565..73220e3b9ae4eb843dcd45ba783eed01c80f3b6e 100644 (file)
@@ -1623,12 +1623,10 @@ prepare_formats_page (struct import_assistant *ia)
      hold a reference via ia->formats.dict. */
   var_store = psppire_var_store_new (psppire_dict);
   g_object_set (var_store,
-                "trailing-rows", 1,
                 "format-type", PSPPIRE_VAR_STORE_INPUT_FORMATS,
                 (void *) NULL);
   var_sheet = PSPPIRE_VAR_SHEET (psppire_var_sheet_new ());
   g_object_set (var_sheet,
-                "row-geometry", var_store,
                 "model", var_store,
                 "may-create-vars", FALSE,
                 (void *) NULL);