mirror of
https://github.com/ppy/osu
synced 2025-03-18 17:15:28 +00: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