Skip to content

Commit 449bc0e

Browse files
committed
Remove unuse method
1 parent 2608f69 commit 449bc0e

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/Windows/Avalonia.Win32/DirectX/DxgiRenderTarget.cs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -241,14 +241,6 @@ public override void Dispose()
241241
_compositionTarget?.Dispose();
242242
}
243243

244-
internal static bool RectsEqual(in RECT l, in RECT r)
245-
{
246-
return (l.left == r.left)
247-
&& (l.top == r.top)
248-
&& (l.right == r.right)
249-
&& (l.bottom == r.bottom);
250-
}
251-
252244
public bool IsTransparency => _transparencyLevel != WindowTransparencyLevel.None;
253245

254246
public void SetTransparencyLevel(WindowTransparencyLevel transparencyLevel)

0 commit comments

Comments
 (0)