mirror of
https://github.com/ppy/osu
synced 2024-12-23 23:33:36 +00:00
Removed no longer used "lastVolume" field
This commit is contained in:
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);
|
||||
|
Loading…
Reference in New Issue
Block a user