#482346 by catch: Remove dead code.

merge-requests/26/head
Angie Byron 2010-02-15 16:36:48 +00:00
parent 8cc7988eb8
commit f8b6671c86
1 changed files with 0 additions and 8 deletions

View File

@ -614,11 +614,3 @@ function node_multiple_delete_confirm_submit($form, &$form_state) {
} }
$form_state['redirect'] = 'admin/content'; $form_state['redirect'] = 'admin/content';
} }
/**
* Implements hook_modules_installed().
*/
function node_modules_installed($modules) {
// Clear node type cache for node permissions.
drupal_static_reset('_node_types_build');
}