From 66f4371f973d20f2cd3f88f82e0b47fc96fec3e4 Mon Sep 17 00:00:00 2001 From: Benjamin Reis Date: Wed, 10 May 2017 17:32:21 +0200 Subject: [PATCH] remove useless arguments --- Classes/AssistantView.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Classes/AssistantView.m b/Classes/AssistantView.m index ef3441e29..b9c3be830 100644 --- a/Classes/AssistantView.m +++ b/Classes/AssistantView.m @@ -163,8 +163,8 @@ static UICompositeViewDescription *compositeDescription = nil; } - (void)loadAssistantConfig:(NSString *)rcFilename { - linphone_config_load_from_xml_file(linphone_core_get_config(LC), [LinphoneManager bundleFile:rcFilename].UTF8String, - LC, NULL); + linphone_config_load_from_xml_file(linphone_core_get_config(LC), + [LinphoneManager bundleFile:rcFilename].UTF8String); [self changeView:nextView back:FALSE animation:TRUE]; }