remove deprecated methods

This commit is contained in:
Benjamin Reis 2018-06-25 15:17:47 +02:00
parent 00cc748e7f
commit 33b57bd9ac

View file

@ -1966,7 +1966,9 @@ void popup_link_account_cb(LinphoneAccountCreator *creator, LinphoneAccountCreat
linphone_core_cbs_set_chat_room_state_changed(cbs, linphone_iphone_chatroom_state_changed);
linphone_core_cbs_set_user_data(cbs, (__bridge void *)(self));
theLinphoneCore = linphone_factory_create_core_with_config(factory, cbs, _configDb);
theLinphoneCore = linphone_factory_create_core_with_config_3(factory, _configDb, NULL);
linphone_core_add_callbacks(theLinphoneCore, cbs);
linphone_core_start(theLinphoneCore);
// Let the core handle cbs
linphone_core_cbs_unref(cbs);