summaryrefslogtreecommitdiff
path: root/gsk/gskrenderer.c
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2016-12-21 11:00:18 +0100
committerAlexander Larsson <alexl@redhat.com>2016-12-21 14:01:34 +0100
commit2d4b46f4f95025be01ffa5cf0f5abfe354d79a93 (patch)
tree3edebc0e1f3ca8a60dd3c163fc5cf76a38c95c2d /gsk/gskrenderer.c
parent4ee45b76cad0204a0d78a0279f31f8a79eeaff7f (diff)
downloadgtk+-2d4b46f4f95025be01ffa5cf0f5abfe354d79a93.tar.gz
gsk: Drop gsk_render_node_make_immutable, nodes are always immutable
Diffstat (limited to 'gsk/gskrenderer.c')
-rw-r--r--gsk/gskrenderer.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gsk/gskrenderer.c b/gsk/gskrenderer.c
index 5c22d1b31c..b50ebd7f56 100644
--- a/gsk/gskrenderer.c
+++ b/gsk/gskrenderer.c
@@ -616,7 +616,7 @@ gsk_renderer_unrealize (GskRenderer *renderer)
* using the given #GdkDrawingContext.
*
* The @renderer will acquire a reference on the #GskRenderNode tree while
- * the rendering is in progress, and will make the tree immutable.
+ * the rendering is in progress.
*
* Since: 3.90
*/
@@ -635,7 +635,6 @@ gsk_renderer_render (GskRenderer *renderer,
g_return_if_fail (context == priv->drawing_context);
priv->root_node = gsk_render_node_ref (root);
- gsk_render_node_make_immutable (priv->root_node);
#ifdef G_ENABLE_DEBUG
gsk_profiler_reset (priv->profiler);