From: John Darrington Date: Sun, 21 May 2017 16:05:22 +0000 (+0200) Subject: Import Assistant: Remove struct column which is now unused X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e7f78374d9df2b7fa16306b5d78e6bfc9ef40df;p=pspp Import Assistant: Remove struct column which is now unused --- 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) {