GtkFontChooserWidget: Remove unused struct field

This was added accidentally in a recent patch.

Signed-off-by: Garrett Regier <garrettregier@gmail.com>

https://bugzilla.gnome.org/show_bug.cgi?id=748992
This commit is contained in:
Garrett Regier
2015-05-05 22:24:16 -07:00
committed by Matthias Clasen
parent 27130ab6b1
commit 9c307fedc9

View File

@@ -97,7 +97,6 @@ struct _GtkFontChooserWidgetPrivate
gpointer filter_data;
GDestroyNotify filter_data_destroy;
GtkSettings *settings;
guint last_fontconfig_timestamp;
};