X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fvar-type-dialog.h;h=32c160f05238f533f99a2bfe78ef1bb85d9e3032;hb=469b69a6df92b30f18a4a5c7262d9290601a0a88;hp=b2d58d2a7386b5579b91e1f2e29e489ce0f81dd5;hpb=0588c3c250fbb2b63187b782fa08b39d8e2cee06;p=pspp diff --git a/src/ui/gui/var-type-dialog.h b/src/ui/gui/var-type-dialog.h index b2d58d2a73..32c160f052 100644 --- a/src/ui/gui/var-type-dialog.h +++ b/src/ui/gui/var-type-dialog.h @@ -102,11 +102,6 @@ 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, struct fmt_spec *format);