From bf44fc197ab44060ca8c9bb065b264d8c31208fa Mon Sep 17 00:00:00 2001 From: Guillaume BIENKOWSKI Date: Fri, 21 Nov 2014 16:30:55 +0100 Subject: [PATCH] Remove debug code... --- Classes/LinphoneUI/UIVideoButton.m | 3 --- 1 file changed, 3 deletions(-) diff --git a/Classes/LinphoneUI/UIVideoButton.m b/Classes/LinphoneUI/UIVideoButton.m index 2a9be6509..1edd7f0b3 100644 --- a/Classes/LinphoneUI/UIVideoButton.m +++ b/Classes/LinphoneUI/UIVideoButton.m @@ -101,9 +101,6 @@ #ifdef VIDEO_ENABLED LinphoneCall* currentCall = linphone_core_get_current_call([LinphoneManager getLc]); - if( linphone_call_media_in_progress(currentCall) ){ - // YAYA WE PREVENT TRANSITION DUE TO PROGRESS - } if( linphone_core_video_enabled([LinphoneManager getLc]) && currentCall && !linphone_call_media_in_progress(currentCall)