Skip to content

Commit

Permalink
Merge pull request #11693 from nextcloud/refactor/remove-legacy-share…
Browse files Browse the repository at this point in the history
…model-areavatarsenabled

Remove deprecated and unused legacy ShareConfigModel.areAvatarsEnabled()
  • Loading branch information
MorrisJobke authored Oct 9, 2018
2 parents 71981b9 + 47f0447 commit 43ed8bb
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions core/js/shareconfigmodel.js
Original file line number Diff line number Diff line change
Expand Up @@ -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}
*/
Expand Down

0 comments on commit 43ed8bb

Please sign in to comment.