From 2d6dc652540660465219334312bbc40d6a2545f4 Mon Sep 17 00:00:00 2001 From: Gautier Pelloux-Prayer Date: Wed, 14 Oct 2015 15:40:35 +0200 Subject: [PATCH] private.h: remove linphone_core_set_as_current_call since it is not implemented anymore --- coreapi/private.h | 1 - 1 file changed, 1 deletion(-) diff --git a/coreapi/private.h b/coreapi/private.h index 860143fbc..c8e597154 100644 --- a/coreapi/private.h +++ b/coreapi/private.h @@ -938,7 +938,6 @@ void linphone_tunnel_enable_logs_with_handler(LinphoneTunnel *tunnel, bool_t ena bool_t linphone_core_can_we_add_call(LinphoneCore *lc); int linphone_core_add_call( LinphoneCore *lc, LinphoneCall *call); int linphone_core_del_call( LinphoneCore *lc, LinphoneCall *call); -int linphone_core_set_as_current_call(LinphoneCore *lc, LinphoneCall *call); int linphone_core_get_calls_nb(const LinphoneCore *lc); void linphone_core_set_state(LinphoneCore *lc, LinphoneGlobalState gstate, const char *message);