Browse Source

remove unused field

af/merge-core
Johannes Bildstein 9 years ago
parent
commit
82115053f5
  1. 2
      src/ImageSharp/MetaData/Profiles/ICC/DataWriter/IccDataWriter.cs

2
src/ImageSharp/MetaData/Profiles/ICC/DataWriter/IccDataWriter.cs

@ -17,8 +17,6 @@ namespace ImageSharp
private static readonly bool IsLittleEndian = BitConverter.IsLittleEndian;
private static readonly Encoding AsciiEncoding = Encoding.GetEncoding("ASCII");
private static readonly double[,] IdentityMatrix = { { 1, 0, 0 }, { 0, 1, 0 }, { 0, 0, 1 } };
/// <summary>
/// The underlying stream where the data is written to
/// </summary>

Loading…
Cancel
Save