Browse Source

Fix build

af/merge-core
JimBobSquarePants 9 years ago
parent
commit
84977b88fc
  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