diff options
author | Benjamin Otte <otte@redhat.com> | 2015-02-09 17:26:07 +0100 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2015-03-18 15:23:31 +0100 |
commit | ee6d081ed905bf2b561341353a1a88bf433a6c23 (patch) | |
tree | 429f58baaba1db6d5e2c551ff3bfeb9cac1c069f /gtk/gtkcsspathnode.c | |
parent | 89115be3cb9d7a495cfd5f5e54bbf582581c040d (diff) | |
download | gtk+-ee6d081ed905bf2b561341353a1a88bf433a6c23.tar.gz |
cssnode: Remove now unused arg from vfunc
Diffstat (limited to 'gtk/gtkcsspathnode.c')
-rw-r--r-- | gtk/gtkcsspathnode.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gtk/gtkcsspathnode.c b/gtk/gtkcsspathnode.c index e3c2e16002..8f838fc830 100644 --- a/gtk/gtkcsspathnode.c +++ b/gtk/gtkcsspathnode.c @@ -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); |