Browse Source

Fix build

pull/348/head
JimBobSquarePants 9 years ago
parent
commit
81ef3f1b30
  1. 2
      src/ImageSharp/Formats/Jpeg/Common/Decoder/JFifMarker.cs

2
src/ImageSharp/Formats/Jpeg/Common/Decoder/JFifMarker.cs

@ -5,8 +5,6 @@ using System;
namespace SixLabors.ImageSharp.Formats.Jpeg.Common.Decoder
{
using Guard = SixLabors.Guard;
/// <summary>
/// Provides information about the JFIF marker segment
/// TODO: Thumbnail?

Loading…
Cancel
Save