From 6ae279300c7e2be51e797a082db7c3098149f2be Mon Sep 17 00:00:00 2001 From: _Neo_ Date: Tue, 28 Oct 2025 12:27:16 +0200 Subject: [PATCH] Remove unused line --- src/Ryujinx/UI/Views/User/UserEditorView.axaml.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Ryujinx/UI/Views/User/UserEditorView.axaml.cs b/src/Ryujinx/UI/Views/User/UserEditorView.axaml.cs index 981df714f..c2d52a905 100644 --- a/src/Ryujinx/UI/Views/User/UserEditorView.axaml.cs +++ b/src/Ryujinx/UI/Views/User/UserEditorView.axaml.cs @@ -17,7 +17,6 @@ namespace Ryujinx.Ava.UI.Views.User private NavigationDialogHost _parent; private UserProfile _profile; private bool _isNewUser; - private readonly AccountManager _accountManager; public static uint MaxProfileNameLength => 0x20; public bool IsDeletable => _profile.UserId != AccountManager.DefaultUserId; public string UserEditorTitle => LocaleManager.Instance.UpdateAndGetDynamicValue(LocaleKeys.UserEditorTitle, _profile.Name);