From f3bd0a7272dc06487db4a544054dd8820951b368 Mon Sep 17 00:00:00 2001 From: Sandrine Avakian Date: Thu, 6 Apr 2017 11:38:30 +0200 Subject: [PATCH] Forgotten file from previous commit. --- coreapi/linphonecall.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/coreapi/linphonecall.c b/coreapi/linphonecall.c index ea729df4e..86726209b 100644 --- a/coreapi/linphonecall.c +++ b/coreapi/linphonecall.c @@ -5257,10 +5257,6 @@ int linphone_call_decline(LinphoneCall * call, LinphoneReason reason) { return 0; } -static const LinphoneErrorInfo* linphone_error_info_get_sub(const LinphoneErrorInfo *ei){ - - return ei->sub_ei; -} int linphone_call_decline_with_error(LinphoneCall * call, const LinphoneErrorInfo *ei) { SalErrorInfo sei;