summaryrefslogtreecommitdiffstats
path: root/core/src/OC/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/OC/index.js')
-rw-r--r--core/src/OC/index.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/core/src/OC/index.js b/core/src/OC/index.js
index 32c31c2c3a3..6456e5fa7ac 100644
--- a/core/src/OC/index.js
+++ b/core/src/OC/index.js
@@ -31,7 +31,6 @@ import {
registerXHRForErrorProcessing,
} from './xhr-error.js'
import { AppConfig, appConfig } from './appconfig.js'
-import { appSettings } from './appsettings.js'
import appswebroots from './appswebroots.js'
import Backbone from './backbone.js'
import {
@@ -142,7 +141,6 @@ export default {
addStyle,
AppConfig,
appConfig,
- appSettings,
appswebroots,
Backbone,
ContactsMenu,