summaryrefslogtreecommitdiffstats
path: root/app/class/user.class.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/class/user.class.php')
-rw-r--r--app/class/user.class.php11
1 files changed, 0 insertions, 11 deletions
diff --git a/app/class/user.class.php b/app/class/user.class.php
index 44b4b5f..b8143a9 100644
--- a/app/class/user.class.php
+++ b/app/class/user.class.php
@@ -214,17 +214,6 @@ class User extends Object
}
/*
- * Remove this user's head image
- */
- function rmHeadImage()
- {
- if (!is_file("assets/img/heads/" . $this->guid))
- return true;
-
- return unlink("assets/img/heads/" . $this->guid);
- }
-
- /*
* Get all groups this user owns or is a member of
*/
function getGroups()