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;

View File

@ -15,7 +15,6 @@ using osu.Game.Graphics.UserInterfaceV2;
using osu.Game.Overlays;
using osu.Game.Tournament.IPC;
using osu.Game.Tournament.Components;
using osu.Game.Tournament.Models;
using osuTK;
namespace osu.Game.Tournament.Screens
@ -31,9 +30,6 @@ namespace osu.Game.Tournament.Screens
[Resolved]
private MatchIPCInfo ipc { get; set; }
[Resolved]
private StableInfo stableInfo { get; set; }
private DirectorySelector directorySelector;
private DialogOverlay overlay;
@ -42,11 +38,6 @@ namespace osu.Game.Tournament.Screens
{
var initialPath = new DirectoryInfo(storage.GetFullPath(string.Empty)).Parent?.FullName;
if (!string.IsNullOrEmpty(stableInfo.StablePath))
{
initialPath = new DirectoryInfo(host.GetStorage(stableInfo.StablePath).GetFullPath(string.Empty)).Parent?.FullName;
}
AddRangeInternal(new Drawable[]
{
new Container