mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 10:25:57 +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:
|
else:
|
||||||
self._layer_view_active = False
|
self._layer_view_active = False
|
||||||
|
|
||||||
def _onInstanceChanged(self):
|
|
||||||
self._terminate()
|
|
||||||
|
|
||||||
## Called when the back-end self-terminates.
|
## Called when the back-end self-terminates.
|
||||||
#
|
#
|
||||||
# We should reset our state and start listening for new connections.
|
# We should reset our state and start listening for new connections.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user