mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-18 02:25:54 +08:00
Removed unused code
CURA-1278
This commit is contained in:
parent
65022c3d18
commit
a16acddff1
@ -638,6 +638,3 @@ class CuraApplication(QtApplication):
|
|||||||
job = ReadMeshJob(os.path.abspath(file))
|
job = ReadMeshJob(os.path.abspath(file))
|
||||||
job.finished.connect(self._onFileLoaded)
|
job.finished.connect(self._onFileLoaded)
|
||||||
job.start()
|
job.start()
|
||||||
|
|
||||||
def _onAddMachineRequested(self):
|
|
||||||
self.requestAddPrinter.emit()
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user