diff --git a/includes/views/content_taxonomy.views.inc b/includes/views/content_taxonomy.views.inc deleted file mode 100644 index 81b12b0e581f4e1a708dc998562582463c9e5ffc..0000000000000000000000000000000000000000 --- a/includes/views/content_taxonomy.views.inc +++ /dev/null @@ -1,17 +0,0 @@ - array( - 'path' => drupal_get_path('module', 'content_taxonomy') . '/includes/views', - ), - 'handlers' => array( - 'content_taxonomy_handler_filter_many_to_one' => array( - 'parent' => 'content_handler_filter_many_to_one', - ), - ), - ); -} diff --git a/includes/views/content_taxonomy_handler_filter_many_to_one.inc b/includes/views/content_taxonomy_handler_filter_many_to_one.inc deleted file mode 100644 index 8bb3530867e0749e10eae388883090c28e1c5e62..0000000000000000000000000000000000000000 --- a/includes/views/content_taxonomy_handler_filter_many_to_one.inc +++ /dev/null @@ -1,21 +0,0 @@ -content_field); - unset($options['']); - $this->value_options = $options; - } -}