fix double cpu configuration

This commit is contained in:
Jehan Monnier 2012-10-03 18:00:07 +02:00
parent 22a50d41aa
commit d9e48e86d9

View file

@ -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);