infobar: Remove an unused variable
authorTimm Bäder <mail@baedert.org>
Tue, 5 Feb 2019 14:09:59 +0000 (15:09 +0100)
committerTimm Bäder <mail@baedert.org>
Tue, 5 Feb 2019 14:09:59 +0000 (15:09 +0100)
gtk/gtkinfobar.c

index 2b469fbfcb750081ce162aa96550642aa0ee65a3..f6497bbac044586d43b7cd39a27b3815df205e57 100644 (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;