Remove unused variable _active_extruder_index

This index is managed by ExtruderManager.

Contributes to issues CURA-340 and CURA-1278.
This commit is contained in:
Ghostkeeper 2016-06-07 16:56:55 +02:00
parent f461ed0f5f
commit 98a0f90dae
No known key found for this signature in database
GPG key ID: 701948C5954A7385

View file

@ -36,8 +36,6 @@ class MachineManagerModel(QObject):
active_machine_id = Preferences.getInstance().getValue("cura/active_machine")
self._active_extruder_index = 0
if active_machine_id != "":
# An active machine was saved, so restore it.
self.setActiveMachine(active_machine_id)