Skip to content

Commit

Permalink
Remove deprecated function
Browse files Browse the repository at this point in the history
  • Loading branch information
eileenmcnaughton committed Mar 26, 2020
1 parent afbf782 commit 83ea208
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions CRM/Contact/Form/Task/EmailCommon.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,6 @@ class CRM_Contact_Form_Task_EmailCommon {
public $_allContactDetails = array();
public $_toContactEmails = array();

/**
* @deprecated Generate an array of Domain email addresses.
* @return array $domainEmails;
*/
public static function domainEmails() {
CRM_Core_Error::deprecatedFunctionWarning('CRM_Core_BAO_Email::domainEmails()');
return CRM_Core_BAO_Email::domainEmails();
}

/**
* Pre Process Form Addresses to be used in Quickform
* @param CRM_Core_Form $form
Expand Down

0 comments on commit 83ea208

Please sign in to comment.