diff --git a/drupal-org.make b/drupal-org.make index 542dec386..9628ca785 100644 --- a/drupal-org.make +++ b/drupal-org.make @@ -103,8 +103,6 @@ projects[paragraphs][patch][] = "https://www.drupal.org/files/issues/paragraphs_ projects[paranoia][version] = "1.7" projects[password_policy][version] = "1.16" projects[pathauto][version] = "1.3" -; @TODO remove this after pathauto update. -projects[pathauto_persist][version] = "1.4" projects[pathologic][version] = "3.1" projects[pci_update][version] = "1.0" projects[pci_update][patch][] = "https://www.drupal.org/files/issues/pci_update_password_field_0.patch" diff --git a/govcms.profile b/govcms.profile index 0d2b3c26e..b2794678e 100644 --- a/govcms.profile +++ b/govcms.profile @@ -68,15 +68,3 @@ function govcms_system_info_alter(&$info, $file, $type) { $info['dependencies'] = array(); } } - -/** - * Implements hook_paranoia_hide_modules(). - * - * @TODO remove this after pathauto update. - */ -function govcms_paranoia_hide_modules() { - return array( - 'pathauto_persist' => 'Other', - 'govcms_register' => 'govCMS', - ); -}