diff options
author | Matthias Clasen <mclasen@redhat.com> | 2023-04-19 07:48:58 +0200 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2023-04-19 07:49:36 +0200 |
commit | d7d75f0b26bddc8144d4f5189c03149998bc6439 (patch) | |
tree | 658b5c160f9039631f54f58906bd0b90d591d5f6 | |
parent | 40ac37245d21a2cd9d3f2784fa9745836d888987 (diff) | |
download | gtk+-fix-doc-comment.tar.gz |
Fix a commentfix-doc-comment
I tried to improve things in d67101d46e7d8647,
but I made it worse. The original note was meant
to be removed. Pointed out be Sebastian Bacher.
-rw-r--r-- | gtk/gskpango.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/gtk/gskpango.c b/gtk/gskpango.c index 4dd0a853b7..c83f97f537 100644 --- a/gtk/gskpango.c +++ b/gtk/gskpango.c @@ -461,10 +461,8 @@ gsk_pango_renderer_release (GskPangoRenderer *renderer) * and appends them to the current node of @snapshot without changing the * current node. * - * Note that if the layout does not contain any printable character, then - * current node. - * - * Note that if the layout does not produce any visible output, then nodes may not be added to the @snapshot. + * Note that if the layout does not produce any visible output, then nodes + * may not be added to the @snapshot. **/ void gtk_snapshot_append_layout (GtkSnapshot *snapshot, |