[pango] Drop an questionable G_UNLIKELY
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pango] Drop an questionable G_UNLIKELY
- Date: Fri, 30 Jun 2017 17:56:21 +0000 (UTC)
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]