From 7a13e47f69a1c527371ca15edcdff0250a392ae6 Mon Sep 17 00:00:00 2001 From: Simon Morlat Date: Wed, 8 Feb 2017 09:06:10 +0100 Subject: [PATCH] fix double definition of linphone_factory_create_vcard() --- coreapi/vcard_stubs.c | 4 ---- 1 file changed, 4 deletions(-) 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) { }