From 7af44b9a9b0deba07fc7725ea691e91b90383eec Mon Sep 17 00:00:00 2001 From: "Carsten \"Tomcat\" Book" Date: Tue, 21 Oct 2014 11:51:10 +0200 Subject: [PATCH] Backed out changeset b64604a829ff (bug 978639) --- dom/telephony/nsITelephonyService.idl | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dom/telephony/nsITelephonyService.idl b/dom/telephony/nsITelephonyService.idl index 5867af321f2c..56872631ebd4 100644 --- a/dom/telephony/nsITelephonyService.idl +++ b/dom/telephony/nsITelephonyService.idl @@ -240,7 +240,7 @@ interface nsITelephonyDialCallback : nsITelephonyCallback * XPCOM component (in the content process) that provides the telephony * information. */ -[scriptable, uuid(6fa2d94b-80ee-4085-b6a0-535811ba9bb6)] +[scriptable, uuid(79188caa-046a-48e1-b9c5-2e891504dc7a)] interface nsITelephonyService : nsISupports { const unsigned short CALL_STATE_UNKNOWN = 0; @@ -296,8 +296,6 @@ interface nsITelephonyService : nsISupports void conferenceCall(in unsigned long clientId); void separateCall(in unsigned long clientId, in unsigned long callIndex); - void hangUpConference(in unsigned long clientId, - in nsITelephonyCallback callback); void holdConference(in unsigned long clientId); void resumeConference(in unsigned long clientId);