Remove all usage of AuthorString

This commit is contained in:
Dean Herbert
2022-01-18 23:30:40 +09:00
parent 3596c6ed5d
commit 67bf95bc91
15 changed files with 15 additions and 27 deletions

View File

@ -45,17 +45,6 @@ namespace osu.Game.Beatmaps
IUser IBeatmapMetadataInfo.Author => Author;
#region Compatibility properties
[Ignored]
public string AuthorString
{
get => Author.Username;
set => Author.Username = value;
}
#endregion
public override string ToString() => this.GetDisplayTitle();
}
}