mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 06:45:09 -06:00
Remove unneeded code
CURA-4644
This commit is contained in:
parent
596e0be7b6
commit
406b64b331
2 changed files with 0 additions and 15 deletions
|
@ -345,10 +345,6 @@ UM.MainWindow
|
|||
pluginInstallDialog.open();
|
||||
return;
|
||||
}
|
||||
else if (CuraApplication.getCuraPackageManager().isPackageFile(drop.urls[0]))
|
||||
{
|
||||
CuraApplication.getCuraPackageManager().install(drop.urls[0]);
|
||||
}
|
||||
}
|
||||
|
||||
openDialog.handleOpenFileUrls(drop.urls);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue