Merge pull request #15322 from alifrumin/removePrintIcon
[civicrm-core.git] / CRM / Core / Block.php
index a34bf4da646ebdfe9d7a271919b5207d5a219356..a3bb87f07666ee737f74efc5c9db41c9bbeae601 100644 (file)
@@ -530,19 +530,6 @@ class CRM_Core_Block {
     self::setProperty(self::MAIL, 'templateValues', array('shortCuts' => $values));
   }
 
-  /**
-   * Create the list of shortcuts for the application and format is as a block.
-   */
-  private static function setTemplateMenuValues() {
-    $config = CRM_Core_Config::singleton();
-
-    $path = 'navigation';
-    $values = CRM_Core_Menu::getNavigation();
-    if ($values) {
-      self::setProperty(self::MENU, 'templateValues', array('menu' => $values));
-    }
-  }
-
   /**
    * Create the event blocks for upcoming events.
    */