From 437f315ecdd02eb6e4750aecbbb131e912465e77 Mon Sep 17 00:00:00 2001 From: Alex Barth <alex_b@53995.no-reply.drupal.org> Date: Sun, 11 Jul 2010 13:54:35 +0000 Subject: [PATCH] Remove obsolete comment. --- plugins/FeedsFileFetcher.inc | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/FeedsFileFetcher.inc b/plugins/FeedsFileFetcher.inc index e8fa3906..0e032fe5 100644 --- a/plugins/FeedsFileFetcher.inc +++ b/plugins/FeedsFileFetcher.inc @@ -54,7 +54,6 @@ class FeedsFileFetcher extends FeedsFetcher { */ public function sourceForm($source_config) { $form = array(); - // When renaming, do not forget feeds_vews_handler_field_source class. $form['source'] = array( '#type' => 'textfield', '#title' => t('File'), -- GitLab