Remove unused line

This commit is contained in:
_Neo_ 2025-10-28 12:27:16 +02:00
parent 82e392604d
commit 6ae279300c

View file

@ -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);