range: Remove dead assignment

This commit is contained in:
Benjamin Otte 2013-08-03 19:00:53 +02:00
parent dcd5fcff20
commit 40506cf648

View File

@ -1886,8 +1886,6 @@ draw_stepper (GtkRange *range,
g_assert_not_reached ();
};
arrow_sensitive = TRUE;
gtk_widget_get_allocation (widget, &allocation);
if ((!priv->inverted && (arrow_type == GTK_ARROW_DOWN ||