Index: Source/platform/image-decoders/png/PNGImageDecoder.cpp |
diff --git a/Source/platform/image-decoders/png/PNGImageDecoder.cpp b/Source/platform/image-decoders/png/PNGImageDecoder.cpp |
index e95eed4137290e231d90542cb711a311abd475cb..4d7d73447f21f83ab08cec4d25a19a00de466ecd 100644 |
--- a/Source/platform/image-decoders/png/PNGImageDecoder.cpp |
+++ b/Source/platform/image-decoders/png/PNGImageDecoder.cpp |
@@ -291,10 +291,6 @@ static void readColorProfile(png_structp png, png_infop info, ColorProfile& colo |
ASSERT(colorProfile.isEmpty()); |
if (!ignoreProfile) |
colorProfile.append(profileData, profileLength); |
-#else |
- UNUSED_PARAM(png); |
- UNUSED_PARAM(info); |
- UNUSED_PARAM(colorProfile); |
#endif |
} |
#endif |