diff --git a/coreapi/vcard_stubs.c b/coreapi/vcard_stubs.c index 8f57d4ebc..84c6cb57f 100644 --- a/coreapi/vcard_stubs.c +++ b/coreapi/vcard_stubs.c @@ -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) { }