From 7e7f78374d9df2b7fa16306b5d78e6bfc9ef40df Mon Sep 17 00:00:00 2001 From: John Darrington Date: Sun, 21 May 2017 18:05:22 +0200 Subject: [PATCH] Import Assistant: Remove struct column which is now unused --- src/ui/gui/psppire-import-assistant.c | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/src/ui/gui/psppire-import-assistant.c b/src/ui/gui/psppire-import-assistant.c index 59c34b8b85..b5d8bc713b 100644 --- a/src/ui/gui/psppire-import-assistant.c +++ b/src/ui/gui/psppire-import-assistant.c @@ -1011,31 +1011,6 @@ psppire_import_assistant_new (GtkWindow *toplevel) -struct column -{ - /* Variable name for this column. This is the variable name - used on the separators page; it can be overridden by the - user on the formats page. */ - char *name; - - /* Maximum length of any row in this column. */ - size_t width; - - /* Contents of this column: contents[row] is the contents for - the given row. - - A null substring indicates a missing column for that row - (because the line contains an insufficient number of - separators). - - contents[] elements may be substrings of the lines[] - strings that represent the whole lines of the file, to - save memory. Other elements are dynamically allocated - with ss_alloc_substring. */ - struct substring *contents; -}; - - static void set_quote_list (GtkComboBox *cb) { -- 2.30.2