Remove unneeded code

CURA-5162
This commit is contained in:
Lipu Fei 2018-08-27 10:44:13 +02:00
parent 2304aeaceb
commit 33f495442a

View file

@ -22,7 +22,6 @@ class BaseMaterialsModel(ListModel):
# Make these managers available to all material models # Make these managers available to all material models
self._container_registry = self._application.getInstance().getContainerRegistry() self._container_registry = self._application.getInstance().getContainerRegistry()
self._extruder_manager = self._application.getExtruderManager()
self._machine_manager = self._application.getMachineManager() self._machine_manager = self._application.getMachineManager()
self._material_manager = self._application.getMaterialManager() self._material_manager = self._application.getMaterialManager()