From 6839757e08e929d62a8c1c2fad547c70fed1b799 Mon Sep 17 00:00:00 2001 From: eileen Date: Tue, 24 Nov 2015 15:06:17 +1300 Subject: [PATCH] Remove defunct reference to cdType from case form --- CRM/Case/Form/CustomData.php | 7 ------- 1 file changed, 7 deletions(-) diff --git a/CRM/Case/Form/CustomData.php b/CRM/Case/Form/CustomData.php index 83eaabb988..81f95b0af6 100644 --- a/CRM/Case/Form/CustomData.php +++ b/CRM/Case/Form/CustomData.php @@ -47,13 +47,6 @@ class CRM_Case_Form_CustomData extends CRM_Core_Form { */ protected $_entityID; - /** - * The custom data type. - * - * @var int - */ - protected $_cdType; - /** * Entity sub type of the table id. * -- 2.25.1