mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 03:35:57 +08:00
Remove unneeded code
CURA-5162
This commit is contained in:
parent
2304aeaceb
commit
33f495442a
@ -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()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user