summaryrefslogtreecommitdiff
path: root/modules/user.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/user.module')
-rw-r--r--modules/user.module4
1 files changed, 0 insertions, 4 deletions
diff --git a/modules/user.module b/modules/user.module
index 2c0e6b3d7..68ff3785d 100644
--- a/modules/user.module
+++ b/modules/user.module
@@ -450,10 +450,6 @@ function user_link($type) {
$links = array();
- if ($type == "page") {
- $links[] = l(t("my account"), "user", array("title" => t("Create a user account, request a new password or edit your account settings.")));
- }
-
if ($type == "system") {
global $user;
if ($user->uid) {