mirror of
https://github.com/ppy/osu
synced 2025-03-20 09:57:01 +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