1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-15 08:22:56 +08:00

Remove decreapted property

This commit is contained in:
jkh675 2024-08-04 21:27:25 +08:00
parent 7cebf4c3d2
commit b32d97b4c0

View File

@ -15,7 +15,6 @@ using osu.Framework.Graphics.Containers;
using osu.Framework.Input;
using osu.Framework.Input.Bindings;
using osu.Framework.Input.Events;
using osu.Game.Graphics.Cursor;
using osu.Game.Graphics.UserInterface;
using osu.Game.Input.Bindings;
using osu.Game.Rulesets.Edit;
@ -47,9 +46,6 @@ namespace osu.Game.Screens.Edit.Compose.Components
protected readonly BindableList<T> SelectedItems = new BindableList<T>();
[Resolved(CanBeNull = true)]
private OsuContextMenuContainer contextMenuContainer { get; set; }
protected BlueprintContainer()
{
RelativeSizeAxes = Axes.Both;