X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpsppire-var-store.h;h=4cda0159bf0e776f4601f1e1b126b3ed211d11f2;hb=a34c42168e0cd3373860a6cc3f518cb0e329db47;hp=160812ca9a1c72236f38ace5898b3c677d6cd6da;hpb=bc632e6f82af2edb7e1c3f9feb9901deaa5038c0;p=pspp-builds.git diff --git a/src/ui/gui/psppire-var-store.h b/src/ui/gui/psppire-var-store.h index 160812ca..4cda0159 100644 --- a/src/ui/gui/psppire-var-store.h +++ b/src/ui/gui/psppire-var-store.h @@ -34,7 +34,7 @@ typedef enum } PsppireVarStoreFormatType; -#define G_TYPE_PSPPIRE_VAR_STORE_FORMAT_TYPE \ +#define PSPPIRE_TYPE_VAR_STORE_FORMAT_TYPE \ (psppire_var_store_format_type_get_type ()) /* PSPPIRE variable store. */ @@ -65,7 +65,6 @@ struct _PsppireVarStore /*< private >*/ PsppireDict *dict; GdkColor disabled; - gint trailing_rows; PsppireVarStoreFormatType format_type; };