[gnome-shell/wip/message-tray-menu: 84/109] volume: Remove an unused variable



commit 43c1c79cac70314abbff280b204e2d0160c0c437
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Tue Apr 23 19:25:49 2013 -0400

    volume: Remove an unused variable

 js/ui/status/volume.js |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/js/ui/status/volume.js b/js/ui/status/volume.js
index 6478103..ae80fe0 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() {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]