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:
Ghostkeeper 2019-08-27 17:28:26 +02:00
parent ec6903d34f
commit 21412986d3
No known key found for this signature in database
GPG key ID: 86BEF881AE2CF276

View file

@ -17,7 +17,6 @@ Item
property var resetEnabled: false
property var currentItem: null
property var materialManager: CuraApplication.getMaterialManager()
property var materialManagementModel: CuraApplication.getMaterialManagementModel()
property var hasCurrentItem: base.currentItem != null