Remove more commented out function
authoreileen <emcnaughton@wikimedia.org>
Thu, 10 Sep 2020 03:09:37 +0000 (15:09 +1200)
committerCiviCRM <info@civicrm.org>
Wed, 16 Sep 2020 02:13:21 +0000 (19:13 -0700)
ext/afform/html/afform_html.php

index 3a06031fc4df02936be12a332ece1ac8fabbd4f1..8b45581d59a0d1bf5b7bd7f6b9cebe5f346484b3 100644 (file)
@@ -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().
  */