CRM-16373 - CRM_*_Config - Remove unused component config stuff
authorTim Otten <totten@civicrm.org>
Sat, 15 Aug 2015 11:53:59 +0000 (04:53 -0700)
committerTim Otten <totten@civicrm.org>
Thu, 17 Sep 2015 22:45:01 +0000 (15:45 -0700)
commit3dbcd89da1e91f5ac5955b1bb413cbd1ba8506d9
treea4c3cc54390a88ee59b82b94af28960596f1a9f8
parent988689cccc85587160bc2c37d0a5101c1991f9c3
CRM-16373 - CRM_*_Config - Remove unused component config stuff

This code seems to generate default value for domain.config_backend.
However, the only one which defined any defaults was CiviMail, and that's
now moved over to `settings/`.
15 files changed:
CRM/Campaign/Config.php [deleted file]
CRM/Case/Config.php [deleted file]
CRM/Contribute/Config.php [deleted file]
CRM/Core/Component.php
CRM/Core/Component/Config.php [deleted file]
CRM/Core/Component/Info.php
CRM/Core/Config.php
CRM/Core/Config/Defaults.php
CRM/Core/Config/Variables.php
CRM/Event/Config.php [deleted file]
CRM/Grant/Config.php [deleted file]
CRM/Mailing/Config.php
CRM/Member/Config.php [deleted file]
CRM/Pledge/Config.php [deleted file]
CRM/Report/Config.php [deleted file]