]> Pileus Git - ~andy/gtk/commitdiff
spinbutton: remove unused variable
authorXan Lopez <xlopez@igalia.com>
Fri, 4 Mar 2011 20:43:08 +0000 (21:43 +0100)
committerXan Lopez <xlopez@igalia.com>
Fri, 4 Mar 2011 20:43:08 +0000 (21:43 +0100)
gtk/gtkspinbutton.c

index 6bc78e08661c7712db8d3342c301901c95aac3dd..bbe132ff4c6ab60cdef9a27096421ba8c55bd90a 100644 (file)
@@ -990,7 +990,7 @@ gtk_spin_button_draw_arrow (GtkSpinButton   *spin_button,
   GtkWidget *widget;
   gdouble angle;
   gint panel_height;
-  gdouble size, width, height, actual_width, x, y;
+  gdouble size, width, height, x, y;
 
   g_return_if_fail (arrow_type == GTK_ARROW_UP || arrow_type == GTK_ARROW_DOWN);