summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2019-07-10 01:19:41 -0400
committerMatthias Clasen <mclasen@redhat.com>2019-07-12 09:18:49 -0400
commitf97b1c806d1601f59fdeb322a57a7b92cbf2a350 (patch)
treeac577f6383f9b01e5f02fcd516b8cd425bd6d573
parent6495b1b1baae6a75133a2fb9f67f5dc6ec37ecf9 (diff)
downloadpango-f97b1c806d1601f59fdeb322a57a7b92cbf2a350.tar.gz
Document engines as unused
-rw-r--r--pango/pango-item.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/pango/pango-item.h b/pango/pango-item.h
index 2d7e58a1..77fe9e23 100644
--- a/pango/pango-item.h
+++ b/pango/pango-item.h
@@ -52,8 +52,8 @@ typedef struct _PangoItem PangoItem;
/**
* PangoAnalysis:
- * @shape_engine: the engine for doing rendering-system-dependent processing.
- * @lang_engine: the engine for doing rendering-system-independent processing.
+ * @shape_engine: unused
+ * @lang_engine: unused
* @font: the font for this segment.
* @level: the bidirectional level for this segment.
* @gravity: the glyph orientation for this segment (A #PangoGravity).