Browse Source

Removed empty remarks.

pull/23/head
dirk 10 years ago
parent
commit
e084a0861f
  1. 2
      src/ImageSharp/Formats/Gif/LzwDecoder.cs

2
src/ImageSharp/Formats/Gif/LzwDecoder.cs

@ -42,8 +42,6 @@ namespace ImageSharp.Formats
/// <summary>
/// Decodes and decompresses all pixel indices from the stream.
/// <remarks>
/// </remarks>
/// </summary>
/// <param name="width">The width of the pixel index array.</param>
/// <param name="height">The height of the pixel index array.</param>

Loading…
Cancel
Save