cssnode: Remove now unused arg from vfunc

This commit is contained in:
Benjamin Otte
2015-02-09 17:26:07 +01:00
parent 89115be3cb
commit ee6d081ed9
5 changed files with 11 additions and 28 deletions

View File

@ -170,8 +170,7 @@ gtk_css_widget_node_validate (GtkCssNode *node,
gboolean
gtk_css_widget_node_init_matcher (GtkCssNode *node,
GtkCssMatcher *matcher,
GtkWidgetPath **path_out)
GtkCssMatcher *matcher)
{
GtkCssWidgetNode *widget_node = GTK_CSS_WIDGET_NODE (node);