1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-15 11:47:24 +08:00

Remove unused field

Not sure why inspectcode is quiet about this?
This commit is contained in:
Bartłomiej Dach 2024-10-16 09:59:05 +02:00
parent dcf78a6e2c
commit 882df6b828
No known key found for this signature in database

View File

@ -25,8 +25,6 @@ namespace osu.Game.Rulesets.Osu.Edit
{
public partial class OsuGridToolboxGroup : EditorToolboxGroup, IKeyBindingHandler<GlobalAction>
{
private static readonly PositionSnapGridType[] grid_types = Enum.GetValues(typeof(PositionSnapGridType)).Cast<PositionSnapGridType>().ToArray();
[Resolved]
private EditorBeatmap editorBeatmap { get; set; } = null!;