From 726811d8d253490a5dfb548f1dacd2cf4963844a Mon Sep 17 00:00:00 2001
From: Alex Barth <alex_b@53995.no-reply.drupal.org>
Date: Wed, 16 Sep 2009 23:33:28 +0000
Subject: [PATCH] Remove unused default.

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

diff --git a/includes/feed.inc b/includes/feed.inc
index fd4953d0..cf805131 100644
--- a/includes/feed.inc
+++ b/includes/feed.inc
@@ -38,7 +38,6 @@ class Feed extends FeedsConfigurable {
       'parser' => 'FeedsSyndicationParser',
       'processors' => array('FeedsNodeProcessor'),
       'content_type' => '',
-      'source' => array(),
       'update' => 0,
       'refresh_period' => FEEDAPI_CRON_NEVER_REFRESH,
     );
-- 
GitLab