From a38803a01f9e7f0cddd98c9b14ce8f9c1d878620 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Wed, 12 Aug 2009 18:11:03 -0400 Subject: [PATCH] Remove G_GNUC_PURE attr from pango_glyph_string_get_width() Since the glyph widths can be adjusted directly. --- pango/pango-glyph.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pango/pango-glyph.h b/pango/pango-glyph.h index cd26f53..4af63e7 100644 --- a/pango/pango-glyph.h +++ b/pango/pango-glyph.h @@ -91,7 +91,7 @@ void pango_glyph_string_extents (PangoGlyphString *glyphs, PangoFont *font, PangoRectangle *ink_rect, PangoRectangle *logical_rect); -int pango_glyph_string_get_width(PangoGlyphString *glyphs) G_GNUC_PURE; +int pango_glyph_string_get_width(PangoGlyphString *glyphs); void pango_glyph_string_extents_range (PangoGlyphString *glyphs, int start, -- 2.7.4