mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-25 11:51:41 -07:00
Remove material manager from MaterialsPage
It is no longer used now that everything relevant has been moved to a separate class for this page specifically. Contributes to issue CURA-6600.
This commit is contained in:
parent
ec6903d34f
commit
21412986d3
1 changed files with 0 additions and 1 deletions
|
|
@ -17,7 +17,6 @@ Item
|
||||||
property var resetEnabled: false
|
property var resetEnabled: false
|
||||||
property var currentItem: null
|
property var currentItem: null
|
||||||
|
|
||||||
property var materialManager: CuraApplication.getMaterialManager()
|
|
||||||
property var materialManagementModel: CuraApplication.getMaterialManagementModel()
|
property var materialManagementModel: CuraApplication.getMaterialManagementModel()
|
||||||
|
|
||||||
property var hasCurrentItem: base.currentItem != null
|
property var hasCurrentItem: base.currentItem != null
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue