From 239da4c0c142a95a3eeb1098782b129b571c38b9 Mon Sep 17 00:00:00 2001 From: Ronan Abhamon Date: Wed, 10 Jan 2018 14:38:42 +0100 Subject: [PATCH] fix(wrapper_utils): remove useless ref/unref functions on dial plan --- include/linphone/wrapper_utils.h | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/include/linphone/wrapper_utils.h b/include/linphone/wrapper_utils.h index 2905f7b5e..35c335595 100644 --- a/include/linphone/wrapper_utils.h +++ b/include/linphone/wrapper_utils.h @@ -83,18 +83,6 @@ LINPHONE_PUBLIC void linphone_chat_message_resend_2(LinphoneChatMessage *msg); */ LINPHONE_PUBLIC void *linphone_vcard_get_belcard(LinphoneVcard *vcard); - -/** - * @brief Increases the reference counter of #LinphoneDialPlan objects. - */ -LINPHONE_PUBLIC LinphoneDialPlan *linphone_dial_plan_ref(LinphoneDialPlan *dp); - -/** - * @brief Decreases the reference counter of #LinphoneDialPaln objects. - */ -LINPHONE_PUBLIC void linphone_dial_plan_unref(LinphoneDialPlan *dp); - - /** * @} */