From 27033548a56e564c130161ec5ef560da139b9b23 Mon Sep 17 00:00:00 2001
From: Alex Barth <alex_b@53995.no-reply.drupal.org>
Date: Wed, 16 Sep 2009 23:27:09 +0000
Subject: [PATCH] Remove unused method.

---
 includes/feed.inc | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/includes/feed.inc b/includes/feed.inc
index 45fdfea2..28c692c4 100644
--- a/includes/feed.inc
+++ b/includes/feed.inc
@@ -374,11 +374,4 @@ class FeedsProcessor extends FeedsConfigurable {
   public function mappingForm() {
     return array();
   }
-
-  /**
-   * Return TRUE if processor requires that the feed configuration be attached to a feed node.
-   */
-  public function requiresFeedAsNode() {
-    return TRUE;
-  }
 }
\ No newline at end of file
-- 
GitLab