Skip to content

Commit

Permalink
Removed obsolete attributes because the code no longer contains tests…
Browse files Browse the repository at this point in the history
… that call obsolete methods.
  • Loading branch information
dlemstra committed Sep 4, 2024
1 parent 6b353d9 commit 8c5ce9b
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ public partial class DrawablesTests
{
public class TheCompositeMethod
{
[Obsolete]
public class WithOffsetAndImage
{
[Fact]
Expand All @@ -39,7 +38,6 @@ public void ShouldCopyPixelsOfTheImage()
}
}

[Obsolete]
public class WithGeometryOffsetAndCompositeOperatorAndImage
{
[Fact]
Expand Down Expand Up @@ -92,7 +90,6 @@ public void ShouldUseTheCompositeOperator()
}
}

[Obsolete]
public class WithXYAndImage
{
[Fact]
Expand Down

0 comments on commit 8c5ce9b

Please sign in to comment.