mirror of
https://github.com/osukey/osukey.git
synced 2025-05-09 15:47:38 +09:00
Merge pull request #13485 from peppy/unused-enum
Remove unused `RankingType` enum
This commit is contained in:
commit
ebe850fe9f
@ -1,20 +0,0 @@
|
|||||||
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
|
|
||||||
// See the LICENCE file in the repository root for full licence text.
|
|
||||||
|
|
||||||
using System.ComponentModel;
|
|
||||||
|
|
||||||
namespace osu.Game.Configuration
|
|
||||||
{
|
|
||||||
public enum RankingType
|
|
||||||
{
|
|
||||||
Local,
|
|
||||||
|
|
||||||
[Description("Global")]
|
|
||||||
Top,
|
|
||||||
|
|
||||||
[Description("Selected Mods")]
|
|
||||||
SelectedMod,
|
|
||||||
Friends,
|
|
||||||
Country
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user