1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-16 13:03:34 +08:00

Removed no longer used "lastVolume" field

This commit is contained in:
aQaTL
2018-01-17 23:17:59 +01:00
Unverified
parent 18ff57fdf9
commit 9c09b33e4e
@@ -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);