From 02ccbcd90f0e2a1317ad55723180d718f7ec63cd Mon Sep 17 00:00:00 2001 From: Nickolay V. Shmyrev Date: Sun, 08 Oct 2006 17:32:41 +0000 Subject: Revery UNLIKELY --- (limited to 'impress') diff --git a/impress/r_back.c b/impress/r_back.c index 94b2949..29a30bb 100644 --- a/impress/r_back.c +++ b/impress/r_back.c @@ -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)) { -- cgit v0.9.1