From 1bec3e8395a307812b25fb195823ac7cf2915340 Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=C3=B8ren=20Sandmann=20Pedersen?= Date: Thu, 30 Jul 2009 10:51:38 -0400 Subject: [PATCH] Remove leftover 0xffffffff in repeat() --- pixman/pixman-bits-image.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/pixman/pixman-bits-image.c b/pixman/pixman-bits-image.c index 00d9e57..48e9779 100644 --- a/pixman/pixman-bits-image.c +++ b/pixman/pixman-bits-image.c @@ -151,10 +151,7 @@ repeat (pixman_repeat_t repeat, int size, int *coord) case PIXMAN_REPEAT_NONE: if (*coord < 0 || *coord >= size) - { - *coord = 0xffffffff; return FALSE; - } break; } -- 2.7.4