mirror of https://github.com/ppy/osu
Remove `RealmBeatmap.Clone` for the time being (incorrectly implemented)
This commit is contained in:
parent
ce128476ae
commit
76c64751de
|
@ -97,11 +97,6 @@ private RealmBeatmap()
|
|||
|
||||
#endregion
|
||||
|
||||
/// <summary>
|
||||
/// Returns a shallow-clone of this <see cref="RealmBeatmap"/>.
|
||||
/// </summary>
|
||||
public RealmBeatmap Clone() => (RealmBeatmap)MemberwiseClone();
|
||||
|
||||
public bool AudioEquals(RealmBeatmap? other) => other != null
|
||||
&& BeatmapSet != null
|
||||
&& other.BeatmapSet != null
|
||||
|
|
Loading…
Reference in New Issue