From 5ed49823c71c0ec77142a59d32fa79e044139ff5 Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Fri, 12 May 2023 10:55:29 +1200 Subject: [PATCH] Remove unused constant --- CRM/Event/Form/Registration.php | 8 -------- 1 file changed, 8 deletions(-) diff --git a/CRM/Event/Form/Registration.php b/CRM/Event/Form/Registration.php index a6cf7139aa..4072db2af9 100644 --- a/CRM/Event/Form/Registration.php +++ b/CRM/Event/Form/Registration.php @@ -21,14 +21,6 @@ class CRM_Event_Form_Registration extends CRM_Core_Form { use CRM_Financial_Form_FrontEndPaymentFormTrait; - /** - * How many locationBlocks should we display? - * - * @var int - * @const - */ - const LOCATION_BLOCKS = 1; - /** * The id of the event we are processing. * -- 2.25.1