Remove deprecated and unused legacy ShareConfigModel.areAvatarsEnabled()
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
parent
d07c5db947
commit
47f0447ce0
|
@ -33,14 +33,6 @@
|
||||||
allowGroupSharing: oc_appconfig.core.allowGroupSharing
|
allowGroupSharing: oc_appconfig.core.allowGroupSharing
|
||||||
},
|
},
|
||||||
|
|
||||||
/**
|
|
||||||
* @returns {boolean}
|
|
||||||
* @deprecated here for legacy reasons - will always return true
|
|
||||||
*/
|
|
||||||
areAvatarsEnabled: function() {
|
|
||||||
return true;
|
|
||||||
},
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @returns {boolean}
|
* @returns {boolean}
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue