Remove updated/removed flow method mapping

This commit is contained in:
Dean Herbert
2021-12-17 19:03:02 +09:00
parent c9257e9ecc
commit fe8a5e867d
4 changed files with 0 additions and 43 deletions

View File

@ -232,10 +232,6 @@ namespace osu.Game.Beatmaps
return beatmapModelManager.IsAvailableLocally(model);
}
public event Action<BeatmapSetInfo>? ItemUpdated;
public event Action<BeatmapSetInfo>? ItemRemoved;
public void Update(BeatmapSetInfo item)
{
beatmapModelManager.Update(item);