summaryrefslogtreecommitdiff
path: root/pango/pango-glyph.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2019-07-13 20:02:57 -0400
committerMatthias Clasen <mclasen@redhat.com>2019-07-13 20:05:10 -0400
commitc8212c485827cddd3c9a6a7c2a57e54d9254a10c (patch)
treeb20cd0938e947fd50d5ea1ac792e065a8ea84643 /pango/pango-glyph.h
parentb3cd1503ae2cf6ab9e12d8ba86934e23dfee3898 (diff)
downloadpango-c8212c485827cddd3c9a6a7c2a57e54d9254a10c.tar.gz
Clean up docs a bit
Avoid duplicate comments in struct defintions.
Diffstat (limited to 'pango/pango-glyph.h')
-rw-r--r--pango/pango-glyph.h6
1 files changed, 0 insertions, 6 deletions
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 >*/