diff --git a/ewayrecurring.php b/ewayrecurring.php index d28f04c..74cd2c1 100644 --- a/ewayrecurring.php +++ b/ewayrecurring.php @@ -64,25 +64,6 @@ function ewayrecurring_civicrm_navigationMenu(&$menu) { ]); } -/** - * Implements of hook_civicrm_alterSettingsFolders(). - * - * @param array $metaDataFolders - */ -function ewayrecurring_civicrm_alterSettingsFolders(&$metaDataFolders) { - static $configured = FALSE; - if ($configured) { - return; - } - $configured = TRUE; - - $extRoot = dirname(__FILE__) . DIRECTORY_SEPARATOR; - $extDir = $extRoot . 'settings'; - if (!in_array($extDir, $metaDataFolders)) { - $metaDataFolders[] = $extDir; - } -} - /** * Implements hook_civicrm_buildForm(). *