Removed no longer used "lastVolume" field

This commit is contained in:
aQaTL 2018-01-17 23:17:59 +01:00
parent 18ff57fdf9
commit 9c09b33e4e
No known key found for this signature in database
GPG Key ID: 181719411A8555F0

View File

@ -18,8 +18,6 @@ namespace osu.Game.Graphics.UserInterface.Volume
private readonly Box meterFill;
public BindableDouble Bindable { get; } = new BindableDouble();
private double lastVolume;
public VolumeMeter(string meterName)
{
Size = new Vector2(40, 180);