Skip to content

Commit 4a34571

Browse files
committed
chore!(core): remove legacy Backbone
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
1 parent 52f502f commit 4a34571

File tree

4 files changed

+1
-378
lines changed

4 files changed

+1
-378
lines changed

core/src/OC/backbone-webdav.js

Lines changed: 0 additions & 355 deletions
This file was deleted.

core/src/OC/backbone.js

Lines changed: 0 additions & 17 deletions
This file was deleted.

core/src/OC/index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ import logger from '../logger.js'
2929
import { isUserAdmin } from './admin.js'
3030
import { appConfig } from './appconfig.js'
3131
import appswebroots from './appswebroots.js'
32-
import Backbone from './backbone.js'
3332
import { getCapabilities } from './capabilities.js'
3433
import Config from './config.js'
3534
import {
@@ -86,7 +85,6 @@ export default {
8685
*/
8786
appConfig,
8887
appswebroots,
89-
Backbone,
9088
config: Config,
9189
/**
9290
* Currently logged in user or null if none

0 commit comments

Comments
 (0)