Clean up test code and unused includes

This commit is contained in:
David Zhao
2019-02-15 16:57:53 +09:00
parent 0a60f6dacd
commit 53b7fdd834

View File

@ -11,13 +11,12 @@ using osu.Game.Beatmaps;
using osu.Game.Configuration; using osu.Game.Configuration;
using osu.Game.Graphics; using osu.Game.Graphics;
using osu.Game.Graphics.Backgrounds; using osu.Game.Graphics.Backgrounds;
using osuTK;
namespace osu.Game.Screens.Backgrounds namespace osu.Game.Screens.Backgrounds
{ {
public class BackgroundScreenBeatmap : BlurrableBackgroundScreen public class BackgroundScreenBeatmap : BlurrableBackgroundScreen
{ {
protected WorkingBeatmap beatmap; private WorkingBeatmap beatmap;
protected Bindable<double> DimLevel; protected Bindable<double> DimLevel;
public Bindable<bool> UpdateDim; public Bindable<bool> UpdateDim;