mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-28 00:29:21 +00:00
fix double definition of linphone_factory_create_vcard()
This commit is contained in:
parent
56fc18fa23
commit
7a13e47f69
1 changed files with 0 additions and 4 deletions
|
|
@ -53,10 +53,6 @@ LinphoneVcard* linphone_vcard_new(void) {
|
|||
return NULL;
|
||||
}
|
||||
|
||||
LinphoneVcard *linphone_factory_create_vcard(LinphoneFactory *factory) {
|
||||
return NULL;
|
||||
}
|
||||
|
||||
void linphone_vcard_free(LinphoneVcard *vCard) {
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue