summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorDavid Rothstein <drothstein@gmail.com>2014-11-02 14:31:02 -0500
committerDavid Rothstein <drothstein@gmail.com>2014-11-02 14:31:02 -0500
commit8d5c1bf0220a687c36467c0c311abc341589c517 (patch)
treeb74b52e4e0a7413c9d73306fb4e8cabaab6a604c /modules
parent417fae5b2547d3b27071eab5cd0f23356956b176 (diff)
downloadbrdo-8d5c1bf0220a687c36467c0c311abc341589c517.tar.gz
brdo-8d5c1bf0220a687c36467c0c311abc341589c517.tar.bz2
Issue #366152 by Mile23, bjaspan: Removed the Field module's field_modules_uninstalled() function, since it did not do anything when it was invoked.
Diffstat (limited to 'modules')
-rw-r--r--modules/field/field.module11
1 files changed, 0 insertions, 11 deletions
diff --git a/modules/field/field.module b/modules/field/field.module
index 132238ecd..eef78a350 100644
--- a/modules/field/field.module
+++ b/modules/field/field.module
@@ -343,17 +343,6 @@ function field_cron() {
}
/**
- * Implements hook_modules_uninstalled().
- */
-function field_modules_uninstalled($modules) {
- module_load_include('inc', 'field', 'field.crud');
- foreach ($modules as $module) {
- // TODO D7: field_module_delete is not yet implemented
- // field_module_delete($module);
- }
-}
-
-/**
* Implements hook_system_info_alter().
*
* Goes through a list of all modules that provide a field type, and makes them