From c33da192c13a357bf0c75bd556457da78f991a68 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 9 Sep 2009 21:21:54 +0000 Subject: - Patch #567092 by rcross, yched, bjaspan: merge hook_field_formatter_info() and hook_theme(). --- modules/taxonomy/taxonomy.module | 6 ------ 1 file changed, 6 deletions(-) (limited to 'modules/taxonomy') diff --git a/modules/taxonomy/taxonomy.module b/modules/taxonomy/taxonomy.module index 662136105..039b7bca0 100644 --- a/modules/taxonomy/taxonomy.module +++ b/modules/taxonomy/taxonomy.module @@ -91,12 +91,6 @@ function taxonomy_theme() { 'taxonomy_overview_terms' => array( 'arguments' => array('form' => array()), ), - 'field_formatter_taxonomy_term_link' => array( - 'arguments' => array('element' => NULL), - ), - 'field_formatter_taxonomy_term_plain' => array( - 'arguments' => array('element' => NULL), - ), 'taxonomy_autocomplete' => array( 'arguments' => array('element' => NULL), ), -- cgit v1.2.3