Remove various simple obsoletions

This commit is contained in:
Dean Herbert
2022-10-28 13:07:47 +09:00
parent bdc6755ee2
commit 42eafe318c
13 changed files with 2 additions and 221 deletions

View File

@ -101,9 +101,6 @@ namespace osu.Game.Rulesets.Mods
[JsonIgnore]
public virtual bool ValidForMultiplayerAsFreeMod => true;
[Obsolete("Going forward, the concept of \"ranked\" doesn't exist. The only exceptions are automation mods, which should now override and set UserPlayable to false.")] // Can be removed 20211009
public virtual bool Ranked => false;
/// <summary>
/// Whether this mod requires configuration to apply changes to the game.
/// </summary>