[pango] Drop an questionable G_UNLIKELY



commit f0684a557faf56c2628bfc521d0128f185b05a96
Author: Matthias Clasen <mclasen redhat com>
Date:   Fri Jun 30 13:55:27 2017 -0400

    Drop an questionable G_UNLIKELY
    
    Owen and I agreed that this doesn't look right.

 pango/pango-renderer.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/pango/pango-renderer.c b/pango/pango-renderer.c
index e439ca8..01b9615 100644
--- a/pango/pango-renderer.c
+++ b/pango/pango-renderer.c
@@ -701,7 +701,7 @@ pango_renderer_draw_glyph_item (PangoRenderer    *renderer,
                                int               x,
                                int               y)
 {
-  if (G_UNLIKELY (!text))
+  if (!text)
     {
       pango_renderer_draw_glyphs (renderer,
                                  glyph_item->item->analysis.font,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]