1
0
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:
smoogipoo 2018-03-01 00:33:20 +09:00
parent a3c7755ade
commit b8b869e8b7

View File

@ -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>