summaryrefslogtreecommitdiffstats
path: root/core/avatar/controller.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/avatar/controller.php')
-rw-r--r--core/avatar/controller.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/core/avatar/controller.php b/core/avatar/controller.php
index b4ee791130c..9666fd879fb 100644
--- a/core/avatar/controller.php
+++ b/core/avatar/controller.php
@@ -79,8 +79,6 @@ class OC_Core_Avatar_Controller {
}
public static function getTmpAvatar($args) {
- // TODO deliver actual size here as well, so Jcrop can do its magic and we have the actual coordinates here again
- // TODO or don't have a size parameter and only resize client sided (looks promising)
$user = OC_User::getUser();
$tmpavatar = \OC_Cache::get('tmpavatar');