Remove old commented-out code

The function it calls no longer exists. The protobuf message it listens to was renamed and the renamed message is properly listened to in the line above.

Contributes to issue CURA-1687.
This commit is contained in:
Ghostkeeper 2016-07-07 15:50:46 +02:00
parent 67938b5739
commit 9d1ea28b49
No known key found for this signature in database
GPG key ID: 701948C5954A7385

View file

@ -80,7 +80,6 @@ class CuraEngineBackend(Backend):
self._message_handlers["cura.proto.GCodeLayer"] = self._onGCodeLayerMessage
self._message_handlers["cura.proto.GCodePrefix"] = self._onGCodePrefixMessage
self._message_handlers["cura.proto.PrintTimeMaterialEstimates"] = self._onPrintTimeMaterialEstimates
#self._message_handlers["cura.proto.ObjectPrintTime"] = self._onObjectPrintTimeMessage
self._message_handlers["cura.proto.SlicingFinished"] = self._onSlicingFinishedMessage
self._start_slice_job = None