diff options
author | Carl Worth <cworth@cworth.org> | 2008-09-25 15:40:28 -0700 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2008-09-25 15:56:57 -0700 |
commit | 1d896aa9d89ff79239b3754da617201968072ea1 (patch) | |
tree | a6fd6567641a87e300ce0dfcc11ee3d21295e040 /src/cairo.h | |
parent | 483ab915c0fd891dffc0390ba4a1c96c1f06e30f (diff) |
Actually remove cairo_has_show_text_glyphs
The release notes for 1.7.6 say that we had dropped this
function, but apparently we had only planned to do that
and didn't actually get around to it until now.
Thanks to the RELEASING insctructions which gave a diff
command that pointed out this problem.
Diffstat (limited to 'src/cairo.h')
-rw-r--r-- | src/cairo.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/cairo.h b/src/cairo.h index 8abf359e..8b5044a6 100644 --- a/src/cairo.h +++ b/src/cairo.h @@ -1209,9 +1209,6 @@ cairo_show_text (cairo_t *cr, const char *utf8); cairo_public void cairo_show_glyphs (cairo_t *cr, const cairo_glyph_t *glyphs, int num_glyphs); -cairo_public cairo_bool_t -cairo_has_show_text_glyphs (cairo_t *cr); - cairo_public void cairo_show_text_glyphs (cairo_t *cr, const char *utf8, |