1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-05 03:03:21 +08:00

Remove no longer applicable region marking

This commit is contained in:
Bartłomiej Dach 2024-06-12 14:27:35 +02:00
parent dd50d6fa6e
commit 9fbf2872e1
No known key found for this signature in database

View File

@ -134,8 +134,6 @@ namespace osu.Game.Beatmaps
Status = BeatmapOnlineStatus.None;
}
#region Properties we may not want persisted (but also maybe no harm?)
/// <summary>
/// The time at which this beatmap was last played by the local user.
/// </summary>
@ -148,8 +146,6 @@ namespace osu.Game.Beatmaps
/// </summary>
public double? EditorTimestamp { get; set; }
#endregion
public bool Equals(BeatmapInfo? other)
{
if (ReferenceEquals(this, other)) return true;