mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-07 05:53:06 +00:00
remove useless variable
This commit is contained in:
parent
8272134d35
commit
3e3991acc2
1 changed files with 0 additions and 3 deletions
|
|
@ -691,7 +691,6 @@ void send_added_notify(void) {
|
|||
LinphoneAddress *frankAddr = linphone_core_interpret_url(marie->lc, frankUri);
|
||||
Conference::Participant p1(bobAddr, false);
|
||||
Conference::Participant p2(aliceAddr, true);
|
||||
Conference::Participant p3(frankAddr, false);
|
||||
LinphoneEvent *lev = linphone_core_create_notify(pauline->lc, marie->identity, "Conference");
|
||||
string notify;
|
||||
|
||||
|
|
@ -772,7 +771,6 @@ void send_admined_notify(void) {
|
|||
LinphoneAddress *aliceAddr = linphone_core_interpret_url(marie->lc, aliceUri);
|
||||
Conference::Participant p1(bobAddr, false);
|
||||
Conference::Participant p2(aliceAddr, true);
|
||||
Conference::Participant p3(bobAddr, true);
|
||||
LinphoneEvent *lev = linphone_core_create_notify(pauline->lc, marie->identity, "Conference");
|
||||
string notify;
|
||||
|
||||
|
|
@ -812,7 +810,6 @@ void send_unadmined_notify(void) {
|
|||
LinphoneAddress *aliceAddr = linphone_core_interpret_url(marie->lc, aliceUri);
|
||||
Conference::Participant p1(bobAddr, false);
|
||||
Conference::Participant p2(aliceAddr, true);
|
||||
Conference::Participant p3(aliceAddr, false);
|
||||
LinphoneEvent *lev = linphone_core_create_notify(pauline->lc, marie->identity, "Conference");
|
||||
string notify;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue