From 576e44f89071929055a2d8614521fb314a8f53f9 Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Mon, 8 Oct 2018 16:46:36 +0200 Subject: Remove deprecated and unused fileDownloadPath Signed-off-by: Christoph Wurst --- apps/files/js/files.js | 5 ----- 1 file changed, 5 deletions(-) (limited to 'apps/files/js') 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; -- cgit v1.2.3