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:
parent
dd50d6fa6e
commit
9fbf2872e1
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user