summaryrefslogtreecommitdiff
path: root/modules/user/user.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/user/user.module')
-rw-r--r--modules/user/user.module10
1 files changed, 0 insertions, 10 deletions
diff --git a/modules/user/user.module b/modules/user/user.module
index 1895b3fde..c1eae4fb8 100644
--- a/modules/user/user.module
+++ b/modules/user/user.module
@@ -3598,16 +3598,6 @@ function user_modules_uninstalled($modules) {
}
/**
- * Implements hook_filter_format_delete().
- */
-function user_filter_format_delete($format, $fallback) {
- db_update('users')
- ->fields(array('signature_format' => $fallback->format))
- ->condition('signature_format', $format->format)
- ->execute();
-}
-
-/**
* Helper function to rewrite the destination to avoid redirecting to login page after login.
*
* Third-party authentication modules may use this function to determine the