From: Eileen McNaughton Date: Tue, 13 Jan 2015 00:28:00 +0000 (+1300) Subject: remove unusable circular function X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=db9b96d9345c145e885525d0e8677ecda3917b93;p=civicrm-core.git remove unusable circular function --- diff --git a/api/v3/PledgePayment.php b/api/v3/PledgePayment.php index bd7e9c8911..1f62cd98cf 100644 --- a/api/v3/PledgePayment.php +++ b/api/v3/PledgePayment.php @@ -126,19 +126,6 @@ function civicrm_api3_pledge_payment_get($params) { return _civicrm_api3_basic_get(_civicrm_api3_get_BAO(__FUNCTION__), $params); } -/** - * @param int $pledgeId - * @param int $paymentStatusId - * @param $paymentIds - * - * @return mixed - */ -function updatePledgePayments($pledgeId, $paymentStatusId, $paymentIds) { - - $result = updatePledgePayments($pledgeId, $paymentStatusId, $paymentIds = NULL); - return $result; -} - /** * Gets field for civicrm_pledge_payment functions *