From d2f6b5f325ae8fff852d759367df84135a45101d Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Tue, 18 Jan 2022 14:39:06 +1300 Subject: [PATCH] Follow up fn removal --- CRM/Contact/BAO/SearchCustom.php | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/CRM/Contact/BAO/SearchCustom.php b/CRM/Contact/BAO/SearchCustom.php index ffdda3ad5c..8d913e4eac 100644 --- a/CRM/Contact/BAO/SearchCustom.php +++ b/CRM/Contact/BAO/SearchCustom.php @@ -132,19 +132,4 @@ class CRM_Contact_BAO_SearchCustom { return $formValues; } - /** - * @param int $csID - * @param int $ssID - * - * @return array - */ - public static function fromWhereEmail($csID, $ssID) { - $customClass = self::customClass($csID, $ssID); - - $from = $customClass->from(); - $where = $customClass->where(); - - return [$from, $where]; - } - } -- 2.25.1