diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2018-10-08 16:46:36 +0200 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2018-10-08 16:46:36 +0200 |
commit | 576e44f89071929055a2d8614521fb314a8f53f9 (patch) | |
tree | 520618e1b0f88b244875dfd3c2c2b20daf5ad671 /apps/files/js | |
parent | 8110a3be699bbdea96df30472dce7862e0964901 (diff) | |
download | nextcloud-server-576e44f89071929055a2d8614521fb314a8f53f9.tar.gz nextcloud-server-576e44f89071929055a2d8614521fb314a8f53f9.zip |
Remove deprecated and unused fileDownloadPath
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'apps/files/js')
-rw-r--r-- | apps/files/js/files.js | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/apps/files/js/files.js b/apps/files/js/files.js index 094fb81d78b..016aef05a96 100644 --- a/apps/files/js/files.js +++ b/apps/files/js/files.js @@ -506,10 +506,5 @@ var folderDropOptions = { tolerance: 'pointer' }; -// override core's fileDownloadPath (legacy) -function fileDownloadPath(dir, file) { - return OCA.Files.Files.getDownloadUrl(file, dir); -} - // for backward compatibility window.Files = OCA.Files.Files; |