From e084a0861fadad52d3580e86182898fa9812b4ef Mon Sep 17 00:00:00 2001 From: dirk Date: Mon, 7 Nov 2016 21:40:12 +0100 Subject: [PATCH] Removed empty remarks. --- src/ImageSharp/Formats/Gif/LzwDecoder.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/ImageSharp/Formats/Gif/LzwDecoder.cs b/src/ImageSharp/Formats/Gif/LzwDecoder.cs index 6d2ec0e138..b77d01739f 100644 --- a/src/ImageSharp/Formats/Gif/LzwDecoder.cs +++ b/src/ImageSharp/Formats/Gif/LzwDecoder.cs @@ -42,8 +42,6 @@ namespace ImageSharp.Formats /// /// Decodes and decompresses all pixel indices from the stream. - /// - /// /// /// The width of the pixel index array. /// The height of the pixel index array.