separators construction is initialisation
[pspp] / src / ui / gui / text-data-import-dialog.h
index 29d4ab9bd30dc24c568c98c27ebac6967c4c9ae8..a0f2a1a797a2f7e67c541a3ebd341187d078c8f9 100644 (file)
@@ -71,24 +71,6 @@ struct first_line_page
   };
 
 
-/* Page where the user chooses field separators. */
-struct separators_page
-  {
-    /* How to break lines into columns. */
-    struct string separators;   /* Field separators. */
-    struct string quotes;       /* Quote characters. */
-    bool escape;                /* Doubled quotes yield a quote mark? */
-
-    GtkWidget *page;
-    GtkWidget *custom_cb;
-    GtkWidget *custom_entry;
-    GtkWidget *quote_cb;
-    GtkWidget *quote_combo;
-    GtkEntry *quote_entry;
-    GtkWidget *escape_cb;
-    GtkTreeView *fields_tree_view;
-  };
-
 /* Page where the user verifies and adjusts input formats. */
 struct formats_page
   {