X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=libchimara%2Fchimara-glk-private.h;fp=libchimara%2Fchimara-glk-private.h;h=7b00d0a5b76ace09316839b06d7e2477ac64edd5;hb=8074ac45857e41586d907edc3e3b88425908170e;hp=77eb4f5d16c6b235487cbda053d3ce677b57f442;hpb=ca43ce22786c5bd414b991d8bbc1c7553d33a323;p=projects%2Fchimara%2Fchimara.git diff --git a/libchimara/chimara-glk-private.h b/libchimara/chimara-glk-private.h index 77eb4f5..7b00d0a 100644 --- a/libchimara/chimara-glk-private.h +++ b/libchimara/chimara-glk-private.h @@ -23,10 +23,6 @@ struct _ChimaraGlkPrivate { gboolean interactive; /* Whether file operations are allowed */ gboolean protect; - /* Font description of proportional font */ - PangoFontDescription *default_font_desc; - /* Font description of monospace font */ - PangoFontDescription *monospace_font_desc; /* Spacing between Glk windows */ guint spacing; /* The CSS file to read style defaults from */ @@ -35,7 +31,6 @@ struct _ChimaraGlkPrivate { struct StyleSet *default_styles; struct StyleSet *current_styles; PangoAttrList *pager_attr_list; - gboolean style_initialized; /* Have styles been initialized */ /* Final message displayed when game exits */ gchar *final_message; /* Image cache */