From 47f0447ce0920f4e2c1c2c053e20149f5b2ca140 Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Tue, 9 Oct 2018 07:58:06 +0200 Subject: [PATCH] Remove deprecated and unused legacy ShareConfigModel.areAvatarsEnabled() Signed-off-by: Christoph Wurst --- core/js/shareconfigmodel.js | 8 -------- 1 file changed, 8 deletions(-) diff --git a/core/js/shareconfigmodel.js b/core/js/shareconfigmodel.js index 16ab904ad4..45c89d9e07 100644 --- a/core/js/shareconfigmodel.js +++ b/core/js/shareconfigmodel.js @@ -33,14 +33,6 @@ allowGroupSharing: oc_appconfig.core.allowGroupSharing }, - /** - * @returns {boolean} - * @deprecated here for legacy reasons - will always return true - */ - areAvatarsEnabled: function() { - return true; - }, - /** * @returns {boolean} */