mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 09:32:55 +08:00
Remove now unused property
This commit is contained in:
parent
a3c7755ade
commit
b8b869e8b7
@ -15,11 +15,6 @@ namespace osu.Game.Rulesets.Mania.Beatmaps
|
||||
/// </summary>
|
||||
public int Columns;
|
||||
|
||||
/// <summary>
|
||||
/// Whether this stage has a special column.
|
||||
/// </summary>
|
||||
public bool HasSpecialColumn => Columns % 2 == 1;
|
||||
|
||||
/// <summary>
|
||||
/// Whether the column index is a special column for this stage.
|
||||
/// </summary>
|
||||
|
Loading…
Reference in New Issue
Block a user