forked from mirrors/linphone-iphone
remove useless arguments
This commit is contained in:
parent
8e07aca875
commit
66f4371f97
1 changed files with 2 additions and 2 deletions
|
|
@ -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];
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue