GskRenderer: Remove outdated documentation comment

All render node trees are immutable
This commit is contained in:
Timm Bäder 2018-03-31 13:52:19 +02:00
parent d9136fb944
commit 0f28f0ee39

View File

@ -448,7 +448,7 @@ gsk_renderer_unrealize (GskRenderer *renderer)
* to a #GdkTexture.
*
* 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.
*
* If you want to apply any transformations to @root, you should put it into a
* transform node and pass that node instead.