Skip to content

Commit

Permalink
Remove SuppressFinalize
Browse files Browse the repository at this point in the history
  • Loading branch information
MartyIX committed Aug 18, 2024
1 parent 674ec0d commit be1ecb2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Core/src/Platform/Windows/WrapperView.cs
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,6 @@ public void Dispose()
DisposeClip();
DisposeShadow();
DisposeBorder();

GC.SuppressFinalize(this);
}

partial void ClipChanged() => UpdateClip();
Expand Down

0 comments on commit be1ecb2

Please sign in to comment.