Merge pull request #22986 from colemanw/afformFixBlocksAgain
[civicrm-core.git] / ext / legacycustomsearches / legacycustomsearches.php
index 5930519a4da1f55708c0481aee48bf74ff4f5317..2213da60d38bdf0a04adbc7a4c07458ea6b4c1af 100644 (file)
@@ -68,18 +68,6 @@ function legacycustomsearches_civicrm_upgrade($op, CRM_Queue_Queue $queue = NULL
   return _legacycustomsearches_civix_civicrm_upgrade($op, $queue);
 }
 
-/**
- * Implements hook_civicrm_managed().
- *
- * Generate a list of entities to create/deactivate/delete when this module
- * is installed, disabled, uninstalled.
- *
- * @link https://docs.civicrm.org/dev/en/latest/hooks/hook_civicrm_managed
- */
-function legacycustomsearches_civicrm_managed(&$entities) {
-  _legacycustomsearches_civix_civicrm_managed($entities);
-}
-
 /**
  * Implements hook_civicrm_entityTypes().
  *