1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-12 13:22:56 +08:00

Remove pointless enum

This commit is contained in:
Bartłomiej Dach 2024-02-05 16:20:50 +01:00
parent 7884e5808a
commit 9e1a24fdef
No known key found for this signature in database

View File

@ -326,13 +326,4 @@ namespace osu.Game.Overlays.FirstRunSetup
}
}
}
public enum FileSystemAddition
{
[LocalisableDescription(typeof(FirstRunOverlayImportFromStableScreenStrings), nameof(FirstRunOverlayImportFromStableScreenStrings.ToAvoidEnsureNtfs))]
ToAvoidEnsureNtfs,
[LocalisableDescription(typeof(FirstRunOverlayImportFromStableScreenStrings), nameof(FirstRunOverlayImportFromStableScreenStrings.ToAvoidEnsureHardLinksSupport))]
ToAvoidEnsureHardLinksSupport,
}
}