diff options
author | Khaled Hosny <khaledhosny@eglug.org> | 2019-07-19 11:52:13 +0200 |
---|---|---|
committer | Khaled Hosny <khaledhosny@eglug.org> | 2019-07-19 11:52:13 +0200 |
commit | e62e0953e5a4153e194ca18fe5607c70d6011455 (patch) | |
tree | 75d4e6c796ecb0ad0c9e8f7992f2f9c6214ed9ef /pango/pangocoretext-private.h | |
parent | 24e079c3ef47702a38266d404aac204b701038ad (diff) | |
download | pango-e62e0953e5a4153e194ca18fe5607c70d6011455.tar.gz |
Remove now unused platform shaping code
Diffstat (limited to 'pango/pangocoretext-private.h')
-rw-r--r-- | pango/pangocoretext-private.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/pango/pangocoretext-private.h b/pango/pangocoretext-private.h index a652f520..57d26937 100644 --- a/pango/pangocoretext-private.h +++ b/pango/pangocoretext-private.h @@ -155,15 +155,6 @@ PangoGravity pango_core_text_font_key_get_gravity (const Pango _PANGO_EXTERN CTFontDescriptorRef pango_core_text_font_key_get_ctfontdescriptor (const PangoCoreTextFontKey *key); -void -_pango_core_text_shape (PangoFont *font, - const char *text, - gint length, - const PangoAnalysis *analysis, - PangoGlyphString *glyphs, - const char *paragraph_text G_GNUC_UNUSED, - unsigned int paragraph_length G_GNUC_UNUSED); - G_END_DECLS #endif /* __PANGOCORETEXT_PRIVATE_H__ */ |