[gnome-shell/wip/aggregate-menu: 9/36] volume: Remove some unused variables



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

    volume: Remove some unused variables

 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 20c2810..e83fd9f 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]