1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-16 04:22:54 +08:00

Remove useless LocalisableDescription

This commit is contained in:
cdwcgt 2022-06-28 20:03:21 +09:00
parent bff35cb348
commit 946178ca41
No known key found for this signature in database
GPG Key ID: 144396D01095C3A2

View File

@ -11,8 +11,6 @@ namespace osu.Game.Scoring
{ {
public enum ScoreRank public enum ScoreRank
{ {
// TODO: reconsider changing later on
[LocalisableDescription(typeof(BeatmapsStrings), nameof(BeatmapsStrings.RankD))]
[Description(@"F")] [Description(@"F")]
F = -1, F = -1,