From 6f90ad969d73e2bd03b9a0150812d9800d394d0d Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Thu, 31 Aug 2023 08:36:21 +1200 Subject: [PATCH] Remove unused constant --- CRM/Event/Form/ManageEvent/Location.php | 8 -------- 1 file changed, 8 deletions(-) diff --git a/CRM/Event/Form/ManageEvent/Location.php b/CRM/Event/Form/ManageEvent/Location.php index e6a30e61e6..02f363c48b 100644 --- a/CRM/Event/Form/ManageEvent/Location.php +++ b/CRM/Event/Form/ManageEvent/Location.php @@ -32,14 +32,6 @@ class CRM_Event_Form_ManageEvent_Location extends CRM_Event_Form_ManageEvent { */ protected $locationBlock; - /** - * How many locationBlocks should we display? - * - * @var int - * @const - */ - const LOCATION_BLOCKS = 1; - /** * The variable, for storing the location array * -- 2.25.1