Remove `RealmBeatmap.Clone` for the time being (incorrectly implemented)

This commit is contained in:
Dean Herbert 2021-10-12 16:18:12 +09:00
parent ce128476ae
commit 76c64751de
1 changed files with 0 additions and 5 deletions

View File

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