summaryrefslogtreecommitdiff
path: root/platform
diff options
context:
space:
mode:
authorThiago Marcos P. Santos <thiago@mapbox.com>2015-08-05 14:56:48 +0300
committerThiago Marcos P. Santos <thiago@mapbox.com>2015-08-05 14:56:48 +0300
commit92d78eae383ce3f6f8b523219558d9995fe87e4c (patch)
treefba42ab440ed2f1c80a93004916f1687ec3b8776 /platform
parent27e24578f9f6101daa625516d0873c2b1e3464b8 (diff)
downloadqtlocation-mapboxgl-92d78eae383ce3f6f8b523219558d9995fe87e4c.tar.gz
Removed debug leftover
Diffstat (limited to 'platform')
-rw-r--r--platform/default/png_reader.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/platform/default/png_reader.cpp b/platform/default/png_reader.cpp
index 04f547d8ec..ede7e52be1 100644
--- a/platform/default/png_reader.cpp
+++ b/platform/default/png_reader.cpp
@@ -178,7 +178,6 @@ void PngReader<T>::read(unsigned x0, unsigned y0, unsigned w, unsigned h, char *
for (unsigned row = 0; row < height_; ++row)
rows[row] = (png_bytep)image + row * width_ * 4 ;
png_read_image(png_ptr, rows.get());
- fprintf(stderr, "manual premultiplication\n");
#ifndef PNG_ALPHA_PREMULTIPLIED
// Manually premultiply the image if libpng didn't do it for us.