mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-18 12:17:50 -06:00
Remove unneeded code
CURA-5162
This commit is contained in:
parent
2304aeaceb
commit
33f495442a
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue