misc: chore: Discard unused parameters

This commit is contained in:
KeatonTheBot 2025-09-24 09:05:42 -05:00
parent 9c37a557dd
commit 378dc33cca
41 changed files with 96 additions and 96 deletions

View file

@ -84,7 +84,7 @@ namespace Ryujinx.Ava.UI.Controls
Padding = new Thickness(0),
};
contentDialog.Closed += (sender, args) =>
contentDialog.Closed += (_, _) =>
{
content.ViewModel.Dispose();
};