styleproperty: Remove context arg from _gtk_style_context_query()

This commit is contained in:
Benjamin Otte
2012-01-02 19:14:28 +01:00
parent a9d1be0bef
commit 32c8bbb575
7 changed files with 10 additions and 18 deletions

View File

@ -653,7 +653,7 @@ _gtk_style_properties_get_property (GtkStyleProperties *props,
return FALSE;
}
_gtk_style_property_query (node, props, state, context, value);
_gtk_style_property_query (node, props, state, value);
return TRUE;
}