1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-26 16:12:54 +08:00

Remove unused ruleset bindable

This commit is contained in:
Dean Herbert 2019-06-18 15:20:36 +09:00
parent fa61b08a05
commit 3fcb8081dd

View File

@ -17,7 +17,6 @@ using osu.Framework.Platform;
using osu.Game.Beatmaps;
using osu.Game.Graphics.UserInterface;
using osu.Game.Online.API.Requests;
using osu.Game.Rulesets;
using osu.Game.Tournament.IPC;
using osu.Game.Tournament.Models;
using osuTK.Input;
@ -34,8 +33,6 @@ namespace osu.Game.Tournament
private DependencyContainer dependencies;
private readonly Bindable<RulesetInfo> ruleset = new Bindable<RulesetInfo>();
private Bindable<Size> windowSize;
private FileBasedIPC ipc;