From d9e48e86d90f3fdef1fddf4d4405ab4b1fd1e769 Mon Sep 17 00:00:00 2001 From: Jehan Monnier Date: Wed, 3 Oct 2012 18:00:07 +0200 Subject: [PATCH] fix double cpu configuration --- Classes/LinphoneManager.m | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Classes/LinphoneManager.m b/Classes/LinphoneManager.m index b8737183d..b80b5b86d 100644 --- a/Classes/LinphoneManager.m +++ b/Classes/LinphoneManager.m @@ -738,10 +738,6 @@ static LinphoneCoreVTable linphonec_vtable = { linphone_core_enable_video(theLinphoneCore, FALSE, FALSE); } - if ([LinphoneManager runningOnIpad]) - ms_set_cpu_count(2); - else - ms_set_cpu_count(1);