aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2011-01-04 17:40:15 +0000
committerConor Curran <conor.curran@canonical.com>2011-01-04 17:40:15 +0000
commit3e5682245ec0200831de249d6b625f3b4e21d91d (patch)
tree8cd623806f18947eb9221a0229a1f519d4738e03
parentf9afcd6bddae52bad5c5d8e7179fe360fcbf6de2 (diff)
downloadayatana-indicator-sound-3e5682245ec0200831de249d6b625f3b4e21d91d.tar.gz
ayatana-indicator-sound-3e5682245ec0200831de249d6b625f3b4e21d91d.tar.bz2
ayatana-indicator-sound-3e5682245ec0200831de249d6b625f3b4e21d91d.zip
remove redundant member variable
-rw-r--r--src/music-player-bridge.vala1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/music-player-bridge.vala b/src/music-player-bridge.vala
index cfbd670..2d112cd 100644
--- a/src/music-player-bridge.vala
+++ b/src/music-player-bridge.vala
@@ -27,7 +27,6 @@ public class MusicPlayerBridge : GLib.Object
private Dbusmenu.Menuitem root_menu;
private HashMap<string, PlayerController> registered_clients;
private Mpris2Watcher watcher;
- private Settings settings;
public MusicPlayerBridge()
{