From c8212c485827cddd3c9a6a7c2a57e54d9254a10c Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 13 Jul 2019 20:02:57 -0400 Subject: Clean up docs a bit Avoid duplicate comments in struct defintions. --- pango/pango-glyph.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'pango/pango-glyph.h') diff --git a/pango/pango-glyph.h b/pango/pango-glyph.h index f24812cf..917ec570 100644 --- a/pango/pango-glyph.h +++ b/pango/pango-glyph.h @@ -122,12 +122,6 @@ struct _PangoGlyphString { gint num_glyphs; PangoGlyphInfo *glyphs; - - /* This is a memory inefficient way of representing the information - * here - each value gives the byte index within the text - * corresponding to the glyph string of the start of the cluster to - * which the glyph belongs. - */ gint *log_clusters; /*< private >*/ -- cgit v1.2.1