]> www.fi.muni.cz Git - evince.git/commitdiff
Revery UNLIKELY
authorNickolay V. Shmyrev <nshmyrev@src.gnome.org>
Sun, 8 Oct 2006 17:32:41 +0000 (17:32 +0000)
committerNickolay V. Shmyrev <nshmyrev@src.gnome.org>
Sun, 8 Oct 2006 17:32:41 +0000 (17:32 +0000)
impress/r_back.c

index 94b2949e2ab96997e264e312b9d52691d9a40ce1..29a30bbbb1c99cfb2c9c0da7c6fa85d9b71d48d7 100644 (file)
@@ -16,7 +16,7 @@ _imp_fill_back(ImpRenderCtx *ctx, void *drw_data, iks *node)
        iks *x;
 
        type = r_get_style(ctx, node, "draw:fill");
-       if (G_UNLIKELY (type == 0)) return 0;
+       if (type == 0) return 0;
 
        if (strcmp(type, "solid") == 0) {
                if (r_get_color(ctx, node, "draw:fill-color", &col)) {