diff --git a/js/ui/status/volume.js b/js/ui/status/volume.js index f4577b448..ce5f4fdcd 100644 --- a/js/ui/status/volume.js +++ b/js/ui/status/volume.js @@ -10,8 +10,6 @@ const Signals = imports.signals; const PanelMenu = imports.ui.panelMenu; const PopupMenu = imports.ui.popupMenu; -const VOLUME_ADJUSTMENT_STEP = 0.05; /* Volume adjustment step in % */ - const VOLUME_NOTIFY_ID = 1; // Each Gvc.MixerControl is a connection to PulseAudio, @@ -44,7 +42,6 @@ const StreamSlider = new Lang.Class({ this.item.addMenuItem(this._slider); this._stream = null; - this._shouldShow = true; }, get stream() {