Revert "set db for friends"

This reverts commit 11d1248950.
This commit is contained in:
Gautier Pelloux-Prayer 2016-08-05 16:33:11 +02:00
parent 11d1248950
commit 3752210167

View file

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