From eaf203a13ec822f9b53463fffb9c05dc7df20b7c Mon Sep 17 00:00:00 2001 From: colemanw Date: Mon, 28 Aug 2023 17:55:44 -0400 Subject: [PATCH] CRM_Core_Form - Remove unused var _is_pay_later_enabled This field was added in cbcb5b49 but was never used for anything. --- CRM/Core/Form.php | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/CRM/Core/Form.php b/CRM/Core/Form.php index 5ff9652909..88968b816f 100644 --- a/CRM/Core/Form.php +++ b/CRM/Core/Form.php @@ -114,17 +114,6 @@ class CRM_Core_Form extends HTML_QuickForm_Page { */ protected $_paymentProcessorID; - /** - * Is pay later enabled for the form. - * - * As part of trying to consolidate various payment pages we store processors here & have functions - * at this level to manage them. An alternative would be to have a separate Form that is inherited - * by all forms that allow payment processing. - * - * @var int - */ - protected $_is_pay_later_enabled; - /** * The renderer used for this form * -- 2.25.1