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 08e2f958f0
commit f3a390a6bf

View File

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