forked from AuroraMiddleware/gtk
widget: remove double assignment
We never read the value we assign here.
This commit is contained in:
parent
9c347c3012
commit
c405fe23bf
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user