mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 15:07:28 -06: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
1 changed files with 0 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue