From 33b6411c32f1f12c9da6247d3c747a58866a3b95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olivier=20Cr=C3=AAte?= Date: Wed, 14 Dec 2011 16:21:28 -0500 Subject: [PATCH] Remove the duplicated Removed() signal on the Call.Content --- spec/Call_Content.xml | 11 +---------- 1 files changed, 1 insertions(+), 10 deletions(-) diff --git a/spec/Call_Content.xml b/spec/Call_Content.xml index ef08acc..0b4b5c6 100644 --- a/spec/Call_Content.xml +++ b/spec/Call_Content.xml @@ -52,7 +52,7 @@ arguments Remove the content from the call. This will cause - Removed((self_handle, + Call1.ContentRemoved((self_handle, User_Requested, "", "")) to be emitted. @@ -68,15 +68,6 @@ - - -

Emitted when the content is removed from the call. This - is the same as the Call1.ContentRemoved - signal.

-
-
- -- 1.7.7.4