]> granicus.if.org Git - handbrake/commitdiff
LinGui: remove unused 'active' variable
authorJohn Stebbins <jstebbins.hb@gmail.com>
Mon, 14 Jan 2019 21:42:10 +0000 (13:42 -0800)
committerJohn Stebbins <jstebbins.hb@gmail.com>
Mon, 14 Jan 2019 21:42:10 +0000 (13:42 -0800)
gtk/src/callbacks.c

index 676366ddc4bf981e0a636a8a2c514d1942405f53..60e4a2b1a7e40fc8e729f984da609789abd03853 100644 (file)
@@ -4637,13 +4637,11 @@ static void
 update_queue_labels(signal_user_data_t *ud)
 {
     GtkToolButton *button;
-    gboolean       active;
     gint           pending;
     const gchar   *show_hide;
     gchar         *str;
 
     button  = GTK_TOOL_BUTTON(GHB_WIDGET(ud->builder, "show_queue"));
-    active  = gtk_toggle_tool_button_get_active(GTK_TOGGLE_TOOL_BUTTON(button));
     pending = queue_pending_count(ud->queue);
 
     show_hide = _("Queue");