From e7f07e5f308fb97f155a056c666e7ce9502ea73c Mon Sep 17 00:00:00 2001
From: Alex Barth <alex_b@53995.no-reply.drupal.org>
Date: Tue, 27 Oct 2009 22:56:22 +0000
Subject: [PATCH] Minor cleanups.

---
 plugins/FeedsNodeProcessor.inc | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

diff --git a/plugins/FeedsNodeProcessor.inc b/plugins/FeedsNodeProcessor.inc
index 870a609a..4c211cf8 100644
--- a/plugins/FeedsNodeProcessor.inc
+++ b/plugins/FeedsNodeProcessor.inc
@@ -238,16 +238,11 @@ class FeedsNodeProcessor extends FeedsProcessor {
       'url' => array(
         'name' => t('URL'),
         'optional_unique' => TRUE,
-        ),
+      ),
       'guid' => array(
         'name' => t('GUID'),
         'optional_unique' => TRUE,
-        ),
-        /* @todo: move to mapper api.
-      'taxonomy' => array(
-        'options' => taxonomy_get_vocabularies(),
-        ),
-        */
+      ),
     );
     // @todo: document.
     drupal_alter('feeds_node_processor_targets', $targets);
-- 
GitLab