infobar: Remove an unused variable

This commit is contained in:
Timm Bäder 2019-02-05 15:09:59 +01:00
parent f60ca91d2b
commit 33ac41bc94

View File

@ -930,7 +930,6 @@ gtk_info_bar_buildable_custom_finished (GtkBuildable *buildable,
gpointer user_data)
{
GtkInfoBar *info_bar = GTK_INFO_BAR (buildable);
GtkInfoBarPrivate *priv = gtk_info_bar_get_instance_private (info_bar);
GSList *l;
SubParserData *data;
GObject *object;