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:
parent
1ca43ee13f
commit
230b8d8ba7
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user