Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2018-10-09 08:58:06 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2018-10-09 08:58:06 +0300
commit47f0447ce0920f4e2c1c2c053e20149f5b2ca140 (patch)
treee14bcd8d786e7da73bef92959a05b109f647fa95
parentd07c5db947ebe04666e18294481ff3574314f625 (diff)
Remove deprecated and unused legacy ShareConfigModel.areAvatarsEnabled()
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
-rw-r--r--core/js/shareconfigmodel.js8
1 files changed, 0 insertions, 8 deletions
diff --git a/core/js/shareconfigmodel.js b/core/js/shareconfigmodel.js
index 16ab904ad43..45c89d9e079 100644
--- a/core/js/shareconfigmodel.js
+++ b/core/js/shareconfigmodel.js
@@ -35,14 +35,6 @@
/**
* @returns {boolean}
- * @deprecated here for legacy reasons - will always return true
- */
- areAvatarsEnabled: function() {
- return true;
- },
-
- /**
- * @returns {boolean}
*/
isPublicUploadEnabled: function() {
var publicUploadEnabled = $('#filestable').data('allow-public-upload');