diff options
author | Havoc Pennington <hp@pobox.com> | 2001-04-17 01:49:07 +0000 |
---|---|---|
committer | Havoc Pennington <hp@src.gnome.org> | 2001-04-17 01:49:07 +0000 |
commit | d17adb44478e516b207b25afc1d6e87d5d274c96 (patch) | |
tree | a0f7dbe8d01a582dc867406996577b118ab87d0f /pango/pango-glyph.h | |
parent | 230cda5893ca4948e97f5556b52f23131279953f (diff) | |
download | pango-d17adb44478e516b207b25afc1d6e87d5d274c96.tar.gz |
Removed pango_justify(), since it has no implementation that I can find.
2001-04-16 Havoc Pennington <hp@pobox.com>
* pango/pango-glyph.h: Removed pango_justify(), since it has no
implementation that I can find.
* pango/pango-attributes.c: docs
* pango/pango-layout.c: docs
Diffstat (limited to 'pango/pango-glyph.h')
-rw-r--r-- | pango/pango-glyph.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/pango/pango-glyph.h b/pango/pango-glyph.h index aefe833d..7cb3542e 100644 --- a/pango/pango-glyph.h +++ b/pango/pango-glyph.h @@ -118,11 +118,6 @@ void pango_glyph_string_x_to_index (PangoGlyphString *glyphs, int *index, int *trailing); -void pango_justify (PangoGlyphString *glyphs, - gint new_line_width, - gint min_kashida_width); - - /* Turn a string of characters into a string of glyphs */ void pango_shape (const gchar *text, |