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:
parent
dcf78a6e2c
commit
882df6b828
@ -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!;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user