diff options
Diffstat (limited to 'modules/taxonomy/taxonomy.module')
-rw-r--r-- | modules/taxonomy/taxonomy.module | 6 |
1 files changed, 0 insertions, 6 deletions
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), ), |