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

Remove feeds.defaults.inc mechanism.

parent c75de88f
No related branches found
No related tags found
No related merge requests found
...@@ -94,12 +94,6 @@ Description: The number of feeds to refresh on cron time. ...@@ -94,12 +94,6 @@ Description: The number of feeds to refresh on cron time.
If drupal_queue is enabled, the maximum number of feeds to move to If drupal_queue is enabled, the maximum number of feeds to move to
queue. queue.
Name: feeds_use_defaults
Default: TRUE
Description: Whether or not to use default content type and importer
configurations. Set to FALSE if you would like to use Feeds without
any default configurations.
Glossary Glossary
======== ========
......
...@@ -6,11 +6,6 @@ ...@@ -6,11 +6,6 @@
* Feeds - basic API functions and hook implementations. * Feeds - basic API functions and hook implementations.
*/ */
// Include default definitions of content types and importer configurations.
if (variable_get('feeds_use_defaults', TRUE)) {
include(dirname(__FILE__) .'/feeds.defaults.inc');
}
// Vague request time. Use as common point of reference and to avoid costly // Vague request time. Use as common point of reference and to avoid costly
// calls to time(). // calls to time().
define('FEEDS_REQUEST_TIME', time()); define('FEEDS_REQUEST_TIME', time());
......
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