summaryrefslogtreecommitdiff
path: root/pango/pango-glyph.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-08-20 11:39:27 -0400
committerMatthias Clasen <mclasen@redhat.com>2021-08-20 12:21:12 -0400
commit41dd1d8481d93aa47528db2f6fac73af45658e2b (patch)
treeb0934f5954f946d403645e91414d8974b7bfbe3f /pango/pango-glyph.h
parent24061b2f48257e72f47637829a7ea99079e2a376 (diff)
downloadpango-41dd1d8481d93aa47528db2f6fac73af45658e2b.tar.gz
Cosmetics: Move a function around
Move pango_reorder_items to pango-item.h, since it is abou items, not about glyphs.
Diffstat (limited to 'pango/pango-glyph.h')
-rw-r--r--pango/pango-glyph.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/pango/pango-glyph.h b/pango/pango-glyph.h
index 67302bfd..3d185149 100644
--- a/pango/pango-glyph.h
+++ b/pango/pango-glyph.h
@@ -224,8 +224,6 @@ void pango_shape_with_flags (const char *item_text,
PangoGlyphString *glyphs,
PangoShapeFlags flags);
-PANGO_AVAILABLE_IN_ALL
-GList *pango_reorder_items (GList *logical_items);
G_END_DECLS