Skip to content

Commit d06676f

Browse files
Remove unused type
1 parent 35c4445 commit d06676f

2 files changed

Lines changed: 1 addition & 74 deletions

File tree

src/ImageSharp.Drawing/Processing/Backends/CompositionScene.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@ namespace SixLabors.ImageSharp.Drawing.Processing.Backends;
99
internal sealed class CompositionScene
1010
{
1111
public CompositionScene(IReadOnlyList<CompositionCommand> commands)
12-
{
13-
this.Commands = commands;
14-
}
12+
=> this.Commands = commands;
1513

1614
/// <summary>
1715
/// Gets normalized composition commands in submission order.

src/ImageSharp.Drawing/Processing/Backends/CoverageCompositor.cs

Lines changed: 0 additions & 71 deletions
This file was deleted.

0 commit comments

Comments
 (0)