Browse Source

Removed duplicated function

spficklin 11 years ago
parent
commit
3a567e502e
1 changed files with 0 additions and 21 deletions
  1. 0 21
      tripal_library/tripal_library.module

+ 0 - 21
tripal_library/tripal_library.module

@@ -11,27 +11,6 @@
 require('api/tripal_library.api.inc');
 require('includes/tripal_library.admin.inc');
 
-/**
- * Display help and module information
- * @param path which path of the site we're displaying help
- * @param arg array that holds the current path as would be returned from arg()
- * function
- * @return help text for the path
- *
- * @ingroup tripal_library
- */
-function tripal_library_help($path, $arg) {
-  $output = '';
-  switch ($path) {
-    case "admin/help#tripal_library":
-      $output = '<p>'.
-      t("Displays links to nodes created on this date") .
-               '</p>';
-      break;
-  }
-  return $output;
-}
-
 /**
  * Provide information to drupal about the node types that we're creating
  * in this module