mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 05:15:52 +08:00
Remove unused function
There are no machine instances any more. We can just listen for setting value changes. Contributes to issues CURA-1278 and CURA-1588.
This commit is contained in:
parent
90ce0f44c3
commit
c6d3677d6f
@ -337,9 +337,6 @@ class CuraEngineBackend(Backend):
|
||||
else:
|
||||
self._layer_view_active = False
|
||||
|
||||
def _onInstanceChanged(self):
|
||||
self._terminate()
|
||||
|
||||
## Called when the back-end self-terminates.
|
||||
#
|
||||
# We should reset our state and start listening for new connections.
|
||||
|
Loading…
x
Reference in New Issue
Block a user