aboutsummaryrefslogtreecommitdiffstats
path: root/core/js/js.js
diff options
context:
space:
mode:
Diffstat (limited to 'core/js/js.js')
-rw-r--r--core/js/js.js17
1 files changed, 0 insertions, 17 deletions
diff --git a/core/js/js.js b/core/js/js.js
index 6a5c04fd2c6..7cccc66dc28 100644
--- a/core/js/js.js
+++ b/core/js/js.js
@@ -6,12 +6,6 @@ var OCP = Object.assign({}, window.OCP);
*/
Object.assign(window.OC, {
/* jshint camelcase: false */
- /**
- * Capabilities
- *
- * @type array
- */
- _capabilities: window.oc_capabilities || null,
theme: window.oc_defaults || {},
@@ -71,17 +65,6 @@ Object.assign(window.OC, {
},
/**
- * Returns the capabilities
- *
- * @return {array} capabilities
- *
- * @since 14.0
- */
- getCapabilities: function() {
- return OC._capabilities;
- },
-
- /**
* Loads translations for the given app asynchronously.
*
* @param {String} app app name