summaryrefslogtreecommitdiff
path: root/pango
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2019-07-10 01:19:41 -0400
committerMatthias Clasen <mclasen@redhat.com>2019-07-18 16:19:58 -0700
commit3db4dce57f7ee0f11832921d79c6416bbfce9b78 (patch)
treed9aa9742c3e6219166a478eb1c55bbbba161b118 /pango
parent48c5b52c944be0083a6c35caea86d186175b1640 (diff)
downloadpango-3db4dce57f7ee0f11832921d79c6416bbfce9b78.tar.gz
Document engines as unused
Diffstat (limited to 'pango')
-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 55be4c67..2a7bcb2a 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).