1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 21:27:24 +08:00

Remove no longer used resolved storage

This commit is contained in:
Bartłomiej Dach 2022-01-22 13:48:49 +01:00
parent daed0b04dc
commit c99f227879
No known key found for this signature in database
GPG Key ID: BCECCD4FA41F6497

View File

@ -38,9 +38,6 @@ namespace osu.Game.Database
[Resolved]
private OsuConfigManager config { get; set; } = null!;
[Resolved]
private Storage storage { get; set; } = null!;
private readonly OsuSpriteText currentOperationText;
public EFToRealmMigrator()