Merge remote-tracking branch 'origin/sheet'
[pspp] / src / ui / gui / var-type-dialog.h
index b2d58d2a7386b5579b91e1f2e29e489ce0f81dd5..ee9b7b2ac567fb005588ad4ec8f7ea3576ef1fa5 100644 (file)
@@ -102,12 +102,7 @@ struct _PsppireVarTypeDialogClass {
 GType psppire_var_type_dialog_get_type (void) G_GNUC_CONST;
 PsppireVarTypeDialog* psppire_var_type_dialog_new (const struct fmt_spec *);
 
-void psppire_var_type_dialog_set_format (PsppireVarTypeDialog *,
-                                         const struct fmt_spec *);
-const struct fmt_spec *psppire_var_type_dialog_get_format (
-  const PsppireVarTypeDialog *);
-
-void psppire_var_type_dialog_run (GtkWindow *parent_window,
+gint psppire_var_type_dialog_run (GtkWindow *parent_window,
                                   struct fmt_spec *format);
 
 G_END_DECLS