Remove unused DI beatmap paramater

This commit is contained in:
Dean Herbert 2024-04-22 18:45:02 +08:00
parent c43c383abf
commit 9e7182acf0
No known key found for this signature in database
1 changed files with 1 additions and 3 deletions

View File

@ -2,12 +2,10 @@
// See the LICENCE file in the repository root for full licence text.
using osu.Framework.Allocation;
using osu.Framework.Bindables;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Framework.Graphics.Textures;
using osu.Framework.Graphics.Video;
using osu.Game.Beatmaps;
namespace osu.Game.Storyboards.Drawables
{
@ -37,7 +35,7 @@ public DrawableStoryboardVideo(StoryboardVideo video)
}
[BackgroundDependencyLoader(true)]
private void load(IBindable<WorkingBeatmap> beatmap, TextureStore textureStore)
private void load(TextureStore textureStore)
{
var stream = textureStore.GetStream(Video.Path);