diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2018-10-09 07:58:06 +0200 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2018-10-09 07:58:06 +0200 |
commit | 47f0447ce0920f4e2c1c2c053e20149f5b2ca140 (patch) | |
tree | e14bcd8d786e7da73bef92959a05b109f647fa95 | |
parent | d07c5db947ebe04666e18294481ff3574314f625 (diff) | |
download | nextcloud-server-47f0447ce0920f4e2c1c2c053e20149f5b2ca140.tar.gz nextcloud-server-47f0447ce0920f4e2c1c2c053e20149f5b2ca140.zip |
Remove deprecated and unused legacy ShareConfigModel.areAvatarsEnabled()
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
-rw-r--r-- | core/js/shareconfigmodel.js | 8 |
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'); |