remove useless arguments

This commit is contained in:
Benjamin Reis 2017-05-10 17:32:21 +02:00
parent 8e07aca875
commit 66f4371f97

View file

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