Browse Source

Remove unused property

pull/35/head
James Jackson-South 10 years ago
parent
commit
b239662440
  1. 5
      src/ImageSharp/Filters/Processors/Transforms/CropProcessor.cs

5
src/ImageSharp/Filters/Processors/Transforms/CropProcessor.cs

@ -31,11 +31,6 @@ namespace ImageSharp.Processors
/// </summary> /// </summary>
public Rectangle CropRectangle { get; } public Rectangle CropRectangle { get; }
/// <summary>
/// Gets the height.
/// </summary>
public int Height { get; }
/// <inheritdoc/> /// <inheritdoc/>
protected override void Apply(ImageBase<TColor, TPacked> source, Rectangle sourceRectangle, int startY, int endY) protected override void Apply(ImageBase<TColor, TPacked> source, Rectangle sourceRectangle, int startY, int endY)
{ {

Loading…
Cancel
Save