From 230b8d8ba7060323d1aa6d5766cc95a5f45cfcf5 Mon Sep 17 00:00:00 2001 From: Michail Vourlakos Date: Wed, 13 Jan 2021 22:59:28 +0200 Subject: [PATCH] remove deprecated code --- plasmoid/package/contents/ui/main.qml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/plasmoid/package/contents/ui/main.qml b/plasmoid/package/contents/ui/main.qml index 1a0c5bb30..d90970b67 100644 --- a/plasmoid/package/contents/ui/main.qml +++ b/plasmoid/package/contents/ui/main.qml @@ -354,11 +354,6 @@ Item { } } - ///// - - function launchersDropped(urls){ - mouseHandler.urlsDropped(urls); - } ///UPDATE function launcherExists(url) { @@ -377,17 +372,6 @@ Item { return false; } - function launchersDrop(event) { - var createLaunchers = false; - - if (event.mimeData.hasUrls) { - createLaunchers = event.mimeData.urls.every(function (item) { - return backend.isApplication(item) - }); - } - - return createLaunchers; - } function forcePreviewsHiding(debug) { // console.log(" org.kde.latte Tasks: Force hide previews event called: "+debug);