Merge pull request #18964 from eileenmcnaughton/trans
[civicrm-core.git] / CRM / Mailing / Info.php
index e339405c56a668ff793ec19e547e90399073fd06..fa647e4679cde83681de3ffca161bc3aff698774 100644 (file)
@@ -159,18 +159,6 @@ class CRM_Mailing_Info extends CRM_Core_Component_Info {
     $result['crmMailingAB'] = include "$civicrm_root/ang/crmMailingAB.ang.php";
     $result['crmD3'] = include "$civicrm_root/ang/crmD3.ang.php";
 
-    CRM_Core_Resources::singleton()
-      ->addPermissions([
-        'view all contacts',
-        'edit all contacts',
-        'access CiviMail',
-        'create mailings',
-        'schedule mailings',
-        'approve mailings',
-        'delete in CiviMail',
-        'edit message templates',
-      ]);
-
     return $result;
   }