From c33bc34e29d4c83ca8fb6e3407335ad03ab84fc1 Mon Sep 17 00:00:00 2001
From: Kurund Jalmi <kurund@civicrm.org>
Date: Fri, 12 Jul 2013 16:58:03 +0530
Subject: [PATCH] removed unwanted hook

---
 CRM/Utils/Hook.php | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/CRM/Utils/Hook.php b/CRM/Utils/Hook.php
index 206814d7e8..d352bd8f8b 100644
--- a/CRM/Utils/Hook.php
+++ b/CRM/Utils/Hook.php
@@ -223,18 +223,6 @@ abstract class CRM_Utils_Hook {
     return self::singleton()->invoke(4, $op, $objectName, $objectId, $objectRef, $op, 'civicrm_post');
   }
 
-  /**
-   * This hook to assessment grant
-   *
-   * @param string $param       the params
-   *
-   * @access public
-   */
-  static function grantAssessment( &$params ) {
-    return self::singleton( )->invoke( 1, $params, self::$_nullObject , self::$_nullObject,
-      self::$_nullObject, self::$_nullObject, 'civicrm_grantAssessment' );
-  }
-
   /**
    * This hook retrieves links from other modules and injects it into
    * the view contact tabs
-- 
GitLab