Remove unused field

This commit is contained in:
Dean Herbert
2018-04-16 00:25:05 +09:00
parent c095fe1919
commit 96ef564f44

View File

@ -29,8 +29,6 @@ namespace osu.Game.Graphics.Cursor
private bool startRotation; private bool startRotation;
private ScreenshotManager screenshotManager;
[BackgroundDependencyLoader(true)] [BackgroundDependencyLoader(true)]
private void load([NotNull] OsuConfigManager config, [CanBeNull] ScreenshotManager screenshotManager) private void load([NotNull] OsuConfigManager config, [CanBeNull] ScreenshotManager screenshotManager)
{ {