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=3f7a411a6ca4f8c1bfe5c07d69af3bddb11699fc;hp=72c9192c0ac66fd0da90b46890408c3d7af97183;hpb=11706f97dd318697e43e6468b130ca5b7f1bff87;p=pspp diff --git a/src/ui/gui/psppire-var-store.h b/src/ui/gui/psppire-var-store.h index 72c9192c0a..4cda0159bf 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,8 +65,6 @@ struct _PsppireVarStore /*< private >*/ PsppireDict *dict; GdkColor disabled; - const PangoFontDescription *font_desc; - gint trailing_rows; PsppireVarStoreFormatType format_type; };