Fresco/Berlin/src PNG.cc,1.9,1.10
Nick Lewycky <[email protected]>
| Newsgroups | gmane.comp.video.fresco.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvs/fresco/Fresco/Berlin/src
In directory purcel:/tmp/cvs-serv4984
Modified Files:
PNG.cc
Log Message:
Remove std::cerr that accidentally slipped in.
Index: PNG.cc
===================================================================
RCS file: /cvs/fresco/Fresco/Berlin/src/PNG.cc,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- PNG.cc 20 Feb 2003 02:36:42 -0000 1.9
+++ PNG.cc 21 Feb 2003 00:36:47 -0000 1.10
@@ -386,7 +386,6 @@
unsigned long xupper, unsigned long yupper,
const Raster::ColorSeq &pixels, unsigned char **rows)
{
- std::cerr << "PNG load_pixels in" << std::endl;
if (xupper < xlower || yupper < ylower ||
xupper > _rinfo->width || yupper > _rinfo->height ||
xlower > _rinfo->width || ylower > _rinfo->height)