From 5e4eda1ae0ea0ee7e690fee1017dae873a1a7512 Mon Sep 17 00:00:00 2001 From: Julius Härtl Date: Mon, 14 Oct 2019 19:19:16 +0200 Subject: Remove deprecated legacy file actions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- apps/files_sharing/js/public.js | 2 -- 1 file changed, 2 deletions(-) (limited to 'apps/files_sharing/js') diff --git a/apps/files_sharing/js/public.js b/apps/files_sharing/js/public.js index 22685bd9941..042cc6c056e 100644 --- a/apps/files_sharing/js/public.js +++ b/apps/files_sharing/js/public.js @@ -37,8 +37,6 @@ OCA.Sharing.PublicApp = { fileActions = new OCA.Files.FileActions(); // default actions fileActions.registerDefaultActions(); - // legacy actions - fileActions.merge(window.FileActions); // regular actions fileActions.merge(OCA.Files.fileActions); -- cgit v1.2.3