diff --git a/js/ui/status/volume.js b/js/ui/status/volume.js index 6c9e3d08d..64eeccf19 100644 --- a/js/ui/status/volume.js +++ b/js/ui/status/volume.js @@ -99,11 +99,6 @@ var StreamSlider = class { return this._slider.scroll(event); } - setValue(value) { - // piggy-back off of sliderChanged - this._slider.setValue(value); - } - _sliderChanged(slider, value) { if (!this._stream) return;