From: Anderson Briglia <anderson.briglia@xxxxxxxxxxxxx> --- test/phone-agent.py | 22 ---------------------- 1 files changed, 0 insertions(+), 22 deletions(-) diff --git a/test/phone-agent.py b/test/phone-agent.py index 04a742b..372f832 100755 --- a/test/phone-agent.py +++ b/test/phone-agent.py @@ -86,28 +86,6 @@ def profile_changed(*args, **kwargs): class PhoneAgent(dbus.service.Object): @dbus.service.method("org.bluez.PhoneAgent", in_signature="", out_signature="") - def MuteOnce(self): - print "MuteOnce()" - - global silent_mode - if silent_mode: - print "In Silent mode" - return - - global on_call - if not on_call: - print "No active call" - return - - global ringer_setting - if ringer_setting == "Silent": - print "Ringer already silent" - return - - silence_ringer() - - @dbus.service.method("org.bluez.PhoneAgent", - in_signature="", out_signature="") def SetSilentMode(self): print "SetSilentMode()" -- 1.7.0.4 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html