misc: chore: Remove redundant code

This commit is contained in:
KeatonTheBot
2025-03-11 16:45:41 -05:00
parent 340ec79e9f
commit 05a88ccc94
109 changed files with 271 additions and 412 deletions
@@ -22,7 +22,7 @@ namespace Ryujinx.Ava.UI.ViewModels
private AvaloniaList<DownloadableContentModel> _downloadableContents = [];
private AvaloniaList<DownloadableContentModel> _selectedDownloadableContents = [];
private AvaloniaList<DownloadableContentModel> _views = [];
private bool _showBundledContentNotice = false;
private bool _showBundledContentNotice;
private string _search;
private readonly ApplicationData _applicationData;