Reimplement the variable info dialog.
[pspp] / src / ui / gui / psppire-dialog-action-var-info.h
index 6ea20b20c99301087c6d0663b9d46d85ca0d739c..ef72e7789a86a12c8b7823c381748a0b4fa3e8c1 100644 (file)
@@ -1,5 +1,5 @@
 /* PSPPIRE - a graphical user interface for PSPP.
-   Copyright (C) 2012, 2013, 2014  Free Software Foundation
+   Copyright (C) 2012, 2013, 2014, 2020  Free Software Foundation
 
    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -60,8 +60,7 @@ struct _PsppireDialogActionVarInfo
   /*< private >*/
   gboolean dispose_has_run ;
 
-  GtkWidget *variables;               /* Treeview of selected variables. */
-  struct psppire_output_view *output; /* Manages output layout. */
+  GtkWidget *var_info;
 };