mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-22 05:38:14 +00:00
Revert "If there is no current vtable, return the first one if exists"
This reverts commit 9d71678c28.
This commit is contained in:
parent
e6977c6915
commit
44dbe602eb
1 changed files with 0 additions and 3 deletions
|
|
@ -38,9 +38,6 @@ void linphone_core_v_table_destroy(LinphoneCoreVTable* table) {
|
|||
}
|
||||
|
||||
LinphoneCoreVTable *linphone_core_get_current_vtable(LinphoneCore *lc) {
|
||||
if (lc->current_vtable == NULL && ms_list_size(lc->vtable_refs) > 0) {
|
||||
return (LinphoneCoreVTable *)ms_list_nth_data(lc->vtable_refs, 0);
|
||||
}
|
||||
return lc->current_vtable;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue