widget: remove double assignment

We never read the value we assign here.
This commit is contained in:
Timm Bäder 2017-04-30 20:21:39 +02:00
parent 9c347c3012
commit c405fe23bf

View File

@ -14042,8 +14042,6 @@ gtk_widget_update_alpha (GtkWidget *widget)
priv = widget->priv;
alpha = priv->user_alpha;
context = _gtk_widget_get_style_context (widget);
opacity =
_gtk_css_number_value_get (_gtk_style_context_peek_property (context,