From 4d9c1fa538254e065a1607de9e16dba126b55dd5 Mon Sep 17 00:00:00 2001 From: Conor Curran Date: Wed, 1 Dec 2010 20:20:00 +0000 Subject: dbus-glib removed from vala deps, initial gdbus port underway --- src/player-controller.vala | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/player-controller.vala') 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){ -- cgit v1.2.3