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:
parent
7884e5808a
commit
9e1a24fdef
@ -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,
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user