removed unwanted hook
authorKurund Jalmi <kurund@civicrm.org>
Fri, 12 Jul 2013 11:28:03 +0000 (16:58 +0530)
committerKurund Jalmi <kurund@civicrm.org>
Fri, 12 Jul 2013 11:28:03 +0000 (16:58 +0530)
CRM/Utils/Hook.php

index 206814d7e89a7b7714567d0c8a33c98268e36bb1..d352bd8f8b88de0e431a9c6ab5c8dd1586cfb50c 100644 (file)
@@ -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