[gegl] Remove incorrect G_UNLIKELY



commit 775d52f2db30bbbf4f29ae7247908fa6077af562
Author: Daniel Sabo <DanielSabo gmail com>
Date:   Wed Mar 12 07:55:42 2014 -0700

    Remove incorrect G_UNLIKELY

 gegl/buffer/gegl-tile-handler-empty.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gegl/buffer/gegl-tile-handler-empty.c b/gegl/buffer/gegl-tile-handler-empty.c
index 8a83653..e85f668 100644
--- a/gegl/buffer/gegl-tile-handler-empty.c
+++ b/gegl/buffer/gegl-tile-handler-empty.c
@@ -93,7 +93,7 @@ get_tile (GeglTileSource *gegl_tile_source,
   if (tile)
     return tile;
 
-  if (G_UNLIKELY (!empty->tile))
+  if (!empty->tile)
     {
       gint tile_size = gegl_tile_backend_get_tile_size (empty->backend);
       empty->tile    = _new_empty_tile (tile_size);


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