diff options
Diffstat (limited to 'modules/user/user.module')
-rw-r--r-- | modules/user/user.module | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/modules/user/user.module b/modules/user/user.module index 26335081e..403b42899 100644 --- a/modules/user/user.module +++ b/modules/user/user.module @@ -1799,13 +1799,6 @@ function user_admin_paths() { } /** - * Implements hook_init(). - */ -function user_init() { - drupal_add_css(drupal_get_path('module', 'user') . '/user.css', array('preprocess' => TRUE)); -} - -/** * Load either a specified or the current user account. * * @param $uid |