Removed uneeded checks if a node was a SceneNode

The "isSlicable" decorator already took care of this
This commit is contained in:
Jaime van Kessel 2018-02-05 13:02:30 +01:00
parent 516d7015e4
commit e01c8218fa
2 changed files with 4 additions and 5 deletions

View file

@ -367,7 +367,6 @@ class CuraEngineBackend(QObject, Backend):
self.backendStateChange.emit(BackendState.Error)
else:
self.backendStateChange.emit(BackendState.NotStarted)
pass
self._invokeSlice()
return