Merge pull request #12905 from totten/master-gitignore
[civicrm-core.git] / api / v3 / utils.php
index 094beb2375b84225394995212bc08b0350135523..bfa476adc4ec2d887bd8d90b6903f195b7be7c9c 100644 (file)
@@ -332,10 +332,6 @@ function _civicrm_api3_get_DAO($name) {
   if ($name == 'MailingRecipients') {
     return 'CRM_Mailing_DAO_Recipients';
   }
-  // FIXME: DAO should be renamed CRM_Mailing_DAO_MailingComponent
-  if ($name == 'MailingComponent') {
-    return 'CRM_Mailing_DAO_Component';
-  }
   // FIXME: DAO should be renamed CRM_ACL_DAO_AclRole
   if ($name == 'AclRole') {
     return 'CRM_ACL_DAO_EntityRole';