From 3752210167380025281416673b4f2131aaf3ae91 Mon Sep 17 00:00:00 2001 From: Gautier Pelloux-Prayer Date: Fri, 5 Aug 2016 16:33:11 +0200 Subject: [PATCH] Revert "set db for friends" This reverts commit 11d1248950a9375d04ad04fadde8069f3179a2e1. --- Classes/LinphoneManager.m | 1 - 1 file changed, 1 deletion(-) diff --git a/Classes/LinphoneManager.m b/Classes/LinphoneManager.m index 9113ac55f..7b7b8760b 100644 --- a/Classes/LinphoneManager.m +++ b/Classes/LinphoneManager.m @@ -1392,7 +1392,6 @@ static LinphoneCoreVTable linphonec_vtable = { linphone_core_set_zrtp_secrets_file(theLinphoneCore, [zrtpSecretsFileName UTF8String]); linphone_core_set_chat_database_path(theLinphoneCore, [chatDBFileName UTF8String]); linphone_core_set_call_logs_database_path(theLinphoneCore, [chatDBFileName UTF8String]); - linphone_core_set_friends_database_path(theLinphoneCore, [chatDBFileName UTF8String]); [self migrationLinphoneSettings]; [self migrationFromVersion2To3];