Merge pull request #11693 from nextcloud/refactor/remove-legacy-sharemodel-areavatarsenabled

Remove deprecated and unused legacy ShareConfigModel.areAvatarsEnabled()
This commit is contained in:
Morris Jobke 2018-10-09 09:09:35 +02:00 committed by GitHub
commit 43ed8bb91a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 8 deletions

View File

@ -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}
*/