mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 09:27:29 +08:00
Remove unused setter
This commit is contained in:
parent
39934bccd6
commit
8dbc38e17a
@ -103,13 +103,6 @@ namespace osu.Game.Utils
|
||||
|
||||
return array[(start + index) % capacity];
|
||||
}
|
||||
set
|
||||
{
|
||||
if (index < 0 || index >= Count)
|
||||
throw new ArgumentOutOfRangeException(nameof(index));
|
||||
|
||||
array[(start + index) % capacity] = value;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
Loading…
Reference in New Issue
Block a user