From 0c78ab966e8a7ce0e7bd1277b4b2d319b99a9a6c 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.