From: Coleman Watts Date: Fri, 9 Oct 2015 23:52:37 +0000 (-0400) Subject: CRM-17293 - Fix bad merge X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=992808d07efab779da785fe0a40709f183cd5a0a;p=civicrm-core.git CRM-17293 - Fix bad merge --- diff --git a/CRM/Core/Payment.php b/CRM/Core/Payment.php index 8bc65f8af2..3c8a67637c 100644 --- a/CRM/Core/Payment.php +++ b/CRM/Core/Payment.php @@ -113,18 +113,6 @@ abstract class CRM_Core_Payment { return FALSE; } - /** - * Opportunity for the payment processor to override the entire form build. - * - * @param CRM_Core_Form $form - * - * @return bool - * Should form building stop at this point? - */ - public function buildForm(&$form) { - return FALSE; - } - /** * Log payment notification message to forensic system log. *