From 4966cfbc5de443b4d570ed1b1606306fe292a60f Mon Sep 17 00:00:00 2001 From: ErikHommel <erik.hommel@civicoop.org> Date: Wed, 18 Sep 2019 15:50:54 +0200 Subject: [PATCH] remove unnecessary properties --- Civi/FormProcessor/Type/ParentMailingGroupType.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Civi/FormProcessor/Type/ParentMailingGroupType.php b/Civi/FormProcessor/Type/ParentMailingGroupType.php index ecd53c9..0ec6f9e 100644 --- a/Civi/FormProcessor/Type/ParentMailingGroupType.php +++ b/Civi/FormProcessor/Type/ParentMailingGroupType.php @@ -17,11 +17,6 @@ use \CRM_FormProcessor_ExtensionUtil as E; class ParentMailingGroupType extends AbstractType implements OptionListInterface { private $_childGroups; - - private $_normalizedOptions; - - private $_denormalizedOptions; - private $_groupsLoaded = FALSE; /** -- GitLab