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;