fix(wrapper_utils): remove useless ref/unref functions on dial plan

This commit is contained in:
Ronan Abhamon 2018-01-10 14:38:42 +01:00
parent 2439734eeb
commit 239da4c0c1

View file

@ -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);
/**
* @}
*/