From 7b66cabeeb7da7b8112b34cc5866f7c3a552fd2e Mon Sep 17 00:00:00 2001 From: Alex Barth <alex_b@53995.no-reply.drupal.org> Date: Wed, 16 Sep 2009 23:27:30 +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 28c692c4..5aec3ff5 100644 --- a/includes/feed.inc +++ b/includes/feed.inc @@ -367,11 +367,4 @@ class FeedsProcessor extends FeedsConfigurable { public function getMappingTargets() { return NULL; } - - /** - * Build the mapping form. - */ - public function mappingForm() { - return array(); - } } \ No newline at end of file -- GitLab