1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-28 09:02:58 +08:00

Remove unnecessary ShouldDeleteArchive override (already done in base implementation)

This commit is contained in:
Dean Herbert 2022-06-15 17:11:11 +09:00
parent 4d5f82ccd3
commit 9edc4fc181

View File

@ -41,8 +41,6 @@ namespace osu.Game.Beatmaps
{
}
protected override bool ShouldDeleteArchive(string path) => Path.GetExtension(path)?.ToLowerInvariant() == ".osz";
/// <summary>
/// Saves an <see cref="IBeatmap"/> file against a given <see cref="BeatmapInfo"/>.
/// </summary>