1
0
mirror of https://github.com/KDE/latte-dock.git synced 2025-03-09 00:58:15 +03:00

remove deprecated code

This commit is contained in:
Michail Vourlakos 2021-01-13 22:59:28 +02:00
parent 1ca43ee13f
commit 230b8d8ba7

View File

@ -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);