From 1577975db2cf31b173eeb004265a165c39a4a5d8 Mon Sep 17 00:00:00 2001
From: Alex Barth <alex_b@53995.no-reply.drupal.org>
Date: Sun, 11 Jul 2010 16:30:36 +0000
Subject: [PATCH] Remove unused feeds_info theme callback.

---
 feeds.module | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/feeds.module b/feeds.module
index 63ac138e..fb32ff8b 100644
--- a/feeds.module
+++ b/feeds.module
@@ -151,9 +151,6 @@ function feeds_importer_load($id) {
  */
 function feeds_theme() {
   return array(
-    'feeds_info' => array(
-      'file' => 'feeds.pages.inc',
-    ),
     'feeds_upload' => array(
       'file' => 'feeds.pages.inc',
     ),
-- 
GitLab