]> Pileus Git - ~andy/gtk/commitdiff
Fixed unused variable in GtkCheckButton.
authorTristan Van Berkom <tristan.van.berkom@gmail.com>
Wed, 29 Dec 2010 07:30:38 +0000 (16:30 +0900)
committerTristan Van Berkom <tristan.van.berkom@gmail.com>
Wed, 29 Dec 2010 07:30:38 +0000 (16:30 +0900)
gtk/gtkcheckbutton.c

index 11e7c181b674a1671f70a76a3a1b0db10af98327..893fcecd730de451a5acd305dfac0f6997e5166b 100644 (file)
@@ -331,7 +331,6 @@ gtk_check_button_size_allocate (GtkWidget     *widget,
       child = gtk_bin_get_child (GTK_BIN (button));
       if (child && gtk_widget_get_visible (child))
        {
-         GtkRequisition child_requisition;
           guint border_width = gtk_container_get_border_width (GTK_CONTAINER (widget));
 
          child_allocation.width = allocation->width -