[cairo-commit] libpixman/src iccompose.c,1.13,1.14
Carl Worth
commit at pdx.freedesktop.org
Sat Jan 24 01:50:57 PST 2004
Committed by: cworth
Update of /cvs/cairo/libpixman/src
In directory pdx:/tmp/cvs-serv635/src
Modified Files:
iccompose.c
Log Message:
* src/iccompose.c (IcFetch_transform):
(IcFetcha_transform): Remove dead-code (useless n++).
Index: iccompose.c
===================================================================
RCS file: /cvs/cairo/libpixman/src/iccompose.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** iccompose.c 10 Dec 2003 23:23:19 -0000 1.13
--- iccompose.c 24 Jan 2004 09:50:55 -0000 1.14
***************
*** 2246,2250 ****
int x, y;
int minx, maxx, miny, maxy;
- int n;
uint32_t rtot, gtot, btot, atot;
uint32_t xerr, yerr;
--- 2246,2249 ----
***************
*** 2298,2302 ****
lbtot += b * xerr;
latot += a * xerr;
- n++;
}
}
--- 2297,2300 ----
***************
*** 2331,2335 ****
int x, y;
int minx, maxx, miny, maxy;
- int n;
uint32_t rtot, gtot, btot, atot;
uint32_t xerr, yerr;
--- 2329,2332 ----
***************
*** 2383,2387 ****
lbtot += b * xerr;
latot += a * xerr;
- n++;
}
}
--- 2380,2383 ----
More information about the cairo-commit
mailing list