feat(UI/6890): fix warning

This commit is contained in:
Jean-Philippe HAUTIN 2024-06-04 15:17:35 +02:00
parent c33bdbeff1
commit 52e6c03817

View file

@ -45,8 +45,6 @@ namespace Ryujinx.Ava.UI.ViewModels
public void Close() public void Close()
{ {
CloseWindow?.Invoke(); CloseWindow?.Invoke();
GC.SuppressFinalize(this);
} }
} }
} }