CRM-17293 - Fix bad merge
authorColeman Watts <coleman@civicrm.org>
Fri, 9 Oct 2015 23:52:37 +0000 (19:52 -0400)
committerColeman Watts <coleman@civicrm.org>
Fri, 9 Oct 2015 23:52:37 +0000 (19:52 -0400)
CRM/Core/Payment.php

index 8bc65f8af2c98d71efe4531b86b33f62d51b5b49..3c8a67637cd0a16d6f43e0f02a91637f4318b4e4 100644 (file)
@@ -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.
    *