From c761f875afedbb9095efa639e153f91bf24fabad Mon Sep 17 00:00:00 2001 From: eileen Date: Thu, 10 Sep 2020 15:09:37 +1200 Subject: [PATCH] Remove more commented out function --- ext/afform/html/afform_html.php | 28 ---------------------------- 1 file changed, 28 deletions(-) diff --git a/ext/afform/html/afform_html.php b/ext/afform/html/afform_html.php index 3a06031fc4..8b45581d59 100644 --- a/ext/afform/html/afform_html.php +++ b/ext/afform/html/afform_html.php @@ -145,34 +145,6 @@ function afform_html_civicrm_themes(&$themes) { _afform_html_civix_civicrm_themes($themes); } -// --- Functions below this ship commented out. Uncomment as required. --- - -/** - * Implements hook_civicrm_preProcess(). - * - * @link http://wiki.civicrm.org/confluence/display/CRMDOC/hook_civicrm_preProcess - * -function afform_html_civicrm_preProcess($formName, &$form) { - -} // */ - -/** - * Implements hook_civicrm_navigationMenu(). - * - * @link http://wiki.civicrm.org/confluence/display/CRMDOC/hook_civicrm_navigationMenu - * -function afform_html_civicrm_navigationMenu(&$menu) { - _afform_html_civix_insert_navigation_menu($menu, 'Mailings', array( - 'label' => E::ts('New subliminal message'), - 'name' => 'mailing_subliminal_message', - 'url' => 'civicrm/mailing/subliminal', - 'permission' => 'access CiviMail', - 'operator' => 'OR', - 'separator' => 0, - )); - _afform_html_civix_navigationMenu($menu); -} // */ - /** * Implements hook_civicrm_check(). */ -- 2.25.1