1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-15 02:42:54 +08:00

Remove unnecessary comment

This commit is contained in:
Dean Herbert 2018-03-07 14:54:15 +09:00
parent 96ea42d3ba
commit 4094ffbddd

View File

@ -133,9 +133,6 @@ namespace osu.Game.Overlays.Volume
private double displayVolume;
/// <summary>
/// This is needed because <see cref="TransformCustom{TValue,T}"/> doesn't support <see cref="Bindable{T}"/>
/// </summary>
protected double DisplayVolume
{
get => displayVolume;