From ede5ab7c703618937650dda6e5357bc0715b75ae Mon Sep 17 00:00:00 2001 From: Ghislain MARY Date: Fri, 13 Sep 2013 17:15:30 +0200 Subject: [PATCH] Remove duplicate definition. --- coreapi/linphonefriend.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/coreapi/linphonefriend.h b/coreapi/linphonefriend.h index 57697e308..61fd33f2a 100644 --- a/coreapi/linphonefriend.h +++ b/coreapi/linphonefriend.h @@ -149,13 +149,6 @@ LINPHONE_PUBLIC int linphone_friend_set_addr(LinphoneFriend *fr, const LinphoneA */ LINPHONE_PUBLIC int linphone_friend_set_name(LinphoneFriend *lf, const char *name); -/** - * set the display name for this friend - * @param lf #LinphoneFriend object - * @param name - */ -int linphone_friend_set_name(LinphoneFriend *lf, const char *name); - /** * get address of this friend * @param lf #LinphoneFriend object