Remove unnecessary members

This commit is contained in:
Bartłomiej Dach
2020-06-13 16:01:00 +02:00
parent e0518fd451
commit 5dd47bf393
2 changed files with 0 additions and 12 deletions

View File

@ -39,9 +39,6 @@ namespace osu.Game.Tournament.IPC
[Resolved]
private StableInfo stableInfo { get; set; }
[Resolved]
private Storage tournamentStorage { get; set; }
private int lastBeatmapId;
private ScheduledDelegate scheduled;
private GetBeatmapRequest beatmapLookupRequest;