Committed patch #5636
[pspp-builds.git] / src / ui / gui / var-type-dialog.h
index d259fa1a71617d56105f33b3b6b5fa4a43729217..2b2caee6f0abc707e7a3549e683260a9fc55f2dc 100644 (file)
@@ -50,13 +50,7 @@ struct var_type_dialog
   GtkWidget *window;
 
   /* Variable to be updated */
-  struct PsppireVariable *pv;
-#if 0
-  struct variable *var;
-
-  /* Function to be run when the dialog changes a variable */
-  variable_changed_func var_change_func;
-#endif
+  struct variable *pv;
 
   /* Local copy of format specifier */
   struct fmt_spec fmt_l;
@@ -104,5 +98,4 @@ void var_type_dialog_set_variable(struct var_type_dialog *dialog,
 
 void var_type_dialog_show(struct var_type_dialog *dialog);
 
-
 #endif