diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-12-01 20:20:00 +0000 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-12-01 20:20:00 +0000 |
commit | 4d9c1fa538254e065a1607de9e16dba126b55dd5 (patch) | |
tree | c96d8b4cd51b30af42bf907551c829bd0536724b /src/player-controller.vala | |
parent | 0d5c60e9161f4b1b4315bbfac7862ef662f577ee (diff) | |
download | ayatana-indicator-sound-4d9c1fa538254e065a1607de9e16dba126b55dd5.tar.gz ayatana-indicator-sound-4d9c1fa538254e065a1607de9e16dba126b55dd5.tar.bz2 ayatana-indicator-sound-4d9c1fa538254e065a1607de9e16dba126b55dd5.zip |
dbus-glib removed from vala deps, initial gdbus port underway
Diffstat (limited to 'src/player-controller.vala')
-rw-r--r-- | src/player-controller.vala | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/player-controller.vala b/src/player-controller.vala index e2ae4d7..46add60 100644 --- a/src/player-controller.vala +++ b/src/player-controller.vala @@ -178,9 +178,6 @@ public class PlayerController : GLib.Object return result; } - // Temporarily we will need to handle to different mpris implemenations - // Do it for now - a couple of weeks should see this messy carry on out of - // the codebase. public void determine_state() { if(this.mpris_bridge.connected() == true){ |