Revert "Add PopoverContainer to TimelineTestScene"

This reverts commit 8acfe6b58b.
This commit is contained in:
OliBomby 2023-06-01 18:48:12 +02:00
parent eb8ac89513
commit 3110f87831

View File

@ -9,7 +9,6 @@ using osu.Framework.Audio;
using osu.Framework.Bindables;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Framework.Graphics.Cursor;
using osu.Framework.Graphics.Shapes;
using osu.Framework.Testing;
using osu.Game.Beatmaps;
@ -52,12 +51,7 @@ namespace osu.Game.Tests.Visual.Editing
Composer.Alpha = 0;
Add(new PopoverContainer
{
RelativeSizeAxes = Axes.Both,
Children = new Drawable[]
{
new OsuContextMenuContainer
Add(new OsuContextMenuContainer
{
RelativeSizeAxes = Axes.Both,
Children = new Drawable[]
@ -81,8 +75,6 @@ namespace osu.Game.Tests.Visual.Editing
Origin = Anchor.Centre,
}
}
}
}
});
}