From 71d385dbf6b6d6a673a436fb638f5a09fdfdefa4 Mon Sep 17 00:00:00 2001 From: dirk Date: Mon, 7 Nov 2016 21:44:59 +0100 Subject: [PATCH] Minor comment fix. --- src/ImageSharp/Formats/Png/PngDecoderCore.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/ImageSharp/Formats/Png/PngDecoderCore.cs b/src/ImageSharp/Formats/Png/PngDecoderCore.cs index 12bc040f5..d57ba8d4e 100644 --- a/src/ImageSharp/Formats/Png/PngDecoderCore.cs +++ b/src/ImageSharp/Formats/Png/PngDecoderCore.cs @@ -612,9 +612,6 @@ namespace ImageSharp.Formats /// Identifies the chunk type from the chunk. /// /// The chunk. - /// - /// The containing identifying information. - /// /// /// Thrown if the input stream is not valid. ///