csslookup: Remove useless cast
The style passed to _gtk_css_lookup_resolve is already a GtkCssStaticStyle.
This commit is contained in:
parent
be2e0e0baf
commit
2f9b22243a
@ -119,7 +119,7 @@ _gtk_css_lookup_resolve (GtkCssLookup *lookup,
|
||||
{
|
||||
if (lookup->values[i].value ||
|
||||
_gtk_bitmask_get (lookup->missing, i))
|
||||
gtk_css_static_style_compute_value (GTK_CSS_STATIC_STYLE (style),
|
||||
gtk_css_static_style_compute_value (style,
|
||||
provider,
|
||||
parent_style,
|
||||
i,
|
||||
|
Loading…
Reference in New Issue
Block a user