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

@ -49,8 +49,7 @@ gtk_css_path_node_invalidate (GtkCssNode *node)
gboolean
gtk_css_path_node_real_init_matcher (GtkCssNode *node,
GtkCssMatcher *matcher,
GtkWidgetPath **path_out)
GtkCssMatcher *matcher)
{
GtkCssPathNode *path_node = GTK_CSS_PATH_NODE (node);