mirror of
https://github.com/ppy/osu
synced 2024-12-29 02:12:43 +00:00
Remove unused colour code
This commit is contained in:
parent
9a92ff1681
commit
f1ea61b1a2
@ -43,13 +43,6 @@ namespace osu.Game.Rulesets.Mania.UI
|
||||
|
||||
private readonly Drawable barLineContainer;
|
||||
|
||||
// private readonly Dictionary<ColumnType, Color4> columnColours = new Dictionary<ColumnType, Color4>
|
||||
// {
|
||||
// { ColumnType.Even, new Color4(6, 84, 0, 255) },
|
||||
// { ColumnType.Odd, new Color4(94, 0, 57, 255) },
|
||||
// { ColumnType.Special, new Color4(0, 48, 63, 255) }
|
||||
// };
|
||||
|
||||
public override bool ReceivePositionalInputAt(Vector2 screenSpacePos) => Columns.Any(c => c.ReceivePositionalInputAt(screenSpacePos));
|
||||
|
||||
private readonly int firstColumnIndex;
|
||||
|
Loading…
Reference in New Issue
Block a user