X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Fui%2Fgui%2Fvar-type-dialog.h;h=ee9b7b2ac567fb005588ad4ec8f7ea3576ef1fa5;hb=2c4b104df57f2e8b5ed2afa50819294aaac4aa6c;hp=0251cbe519c89a723dc226a0e861c3a91a3ff50f;hpb=f00405e1ee47e1bf52ee1a37bae28e383a27c204;p=pspp diff --git a/src/ui/gui/var-type-dialog.h b/src/ui/gui/var-type-dialog.h index 0251cbe519..ee9b7b2ac5 100644 --- a/src/ui/gui/var-type-dialog.h +++ b/src/ui/gui/var-type-dialog.h @@ -20,7 +20,6 @@ #include "data/format.h" #include "psppire-dialog.h" -#include "psppire-var-store.h" G_BEGIN_DECLS @@ -103,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