diff --git a/modules/taxonomy/taxonomy.module b/modules/taxonomy/taxonomy.module index 653184cce084..ae099aaa7c36 100644 --- a/modules/taxonomy/taxonomy.module +++ b/modules/taxonomy/taxonomy.module @@ -57,7 +57,6 @@ function taxonomy_link($type, $node = NULL) { * @return * An internal Drupal path. */ - function taxonomy_term_path($term) { $vocabulary = taxonomy_get_vocabulary($term->vid); if ($vocabulary->module != 'taxonomy' && $path = module_invoke($vocabulary->module, 'term_path', $term)) {