Skip to content
Snippets Groups Projects
Commit 1577975d authored by Alex Barth's avatar Alex Barth
Browse files

Remove unused feeds_info theme callback.

parent b483268b
No related branches found
No related tags found
No related merge requests found
...@@ -151,9 +151,6 @@ function feeds_importer_load($id) { ...@@ -151,9 +151,6 @@ function feeds_importer_load($id) {
*/ */
function feeds_theme() { function feeds_theme() {
return array( return array(
'feeds_info' => array(
'file' => 'feeds.pages.inc',
),
'feeds_upload' => array( 'feeds_upload' => array(
'file' => 'feeds.pages.inc', 'file' => 'feeds.pages.inc',
), ),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment