Move cache declarations of ISamplePlaybackDisabler to interface

This commit is contained in:
Bartłomiej Dach
2022-05-07 16:23:30 +02:00
parent 9ae019eb39
commit cbd1169495
4 changed files with 2 additions and 3 deletions

View File

@ -51,7 +51,6 @@ using osuTK.Input;
namespace osu.Game.Screens.Edit
{
[Cached(typeof(IBeatSnapProvider))]
[Cached(typeof(ISamplePlaybackDisabler))]
[Cached]
public class Editor : ScreenWithBeatmapBackground, IKeyBindingHandler<GlobalAction>, IKeyBindingHandler<PlatformAction>, IBeatSnapProvider, ISamplePlaybackDisabler
{