Remove pointless interface class for IBeatmapModelManager

Was originally going to be used but serves no purpose any more.
This commit is contained in:
Dean Herbert
2021-11-25 18:15:09 +09:00
parent a0cc7bbdc8
commit a6ee0eec0d
2 changed files with 1 additions and 21 deletions

View File

@ -32,7 +32,7 @@ namespace osu.Game.Beatmaps
/// Handles ef-core storage of beatmaps.
/// </summary>
[ExcludeFromDynamicCompile]
public class BeatmapModelManager : ArchiveModelManager<BeatmapSetInfo, BeatmapSetFileInfo>, IBeatmapModelManager
public class BeatmapModelManager : ArchiveModelManager<BeatmapSetInfo, BeatmapSetFileInfo>
{
/// <summary>
/// Fired when a single difficulty has been hidden.