1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-06 06:57:39 +08:00

Remove unnecessary region

This commit is contained in:
David Zhao 2019-02-20 16:58:12 +09:00
parent 5bf405f949
commit 3f000dfe2e

View File

@ -12,12 +12,8 @@ namespace osu.Game.Graphics.Containers
{
public class UserDimContainer : Container
{
#region User Settings
protected Bindable<double> DimLevel;
#endregion
public Bindable<bool> EnableUserDim = new Bindable<bool>();
[BackgroundDependencyLoader]