remove unusable circular function
authorEileen McNaughton <eileen@fuzion.co.nz>
Tue, 13 Jan 2015 00:28:00 +0000 (13:28 +1300)
committerEileen McNaughton <eileen@fuzion.co.nz>
Tue, 13 Jan 2015 00:28:00 +0000 (13:28 +1300)
api/v3/PledgePayment.php

index bd7e9c89112aae5a034551a97a1692821da583c8..1f62cd98cfe3a5b4f84b82b7fb613a520d4a98c2 100644 (file)
@@ -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
  *