mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-30 01:39:20 +00:00
Remove useless code
This commit is contained in:
parent
dc20729c90
commit
5217407b8f
1 changed files with 0 additions and 11 deletions
|
|
@ -2320,17 +2320,6 @@ void linphone_core_start (LinphoneCore *lc) {
|
|||
}
|
||||
}
|
||||
|
||||
#ifdef __ANDROID__
|
||||
static void _linphone_core_set_platform_helpers(LinphoneCore *lc, LinphonePrivate::PlatformHelpers *ph){
|
||||
if (lc->platform_helper) delete getPlatformHelpers(lc);
|
||||
lc->platform_helper = ph;
|
||||
}
|
||||
|
||||
static void _linphone_core_set_system_context(LinphoneCore *lc, void *system_context){
|
||||
_linphone_core_set_platform_helpers(lc, LinphonePrivate::createAndroidPlatformHelpers(lc, system_context));
|
||||
}
|
||||
#endif
|
||||
|
||||
LinphoneCore *_linphone_core_new_with_config(LinphoneCoreCbs *cbs, struct _LpConfig *config, void *userdata, void *system_context, bool_t automatically_start) {
|
||||
LinphoneCore *core = L_INIT(Core);
|
||||
Core::create(core);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue