fix double definition of linphone_factory_create_vcard()

This commit is contained in:
Simon Morlat 2017-02-08 09:06:10 +01:00
parent 56fc18fa23
commit 7a13e47f69

View file

@ -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) {
}