mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-10 07:15:03 -06:00
Remove unused property
CURA-9793
This commit is contained in:
parent
15761b6c59
commit
92e6d5007f
2 changed files with 0 additions and 2 deletions
|
@ -16,7 +16,6 @@ Cura.MenuItem
|
|||
id: materialBrandMenu
|
||||
overrideShowArrow: true
|
||||
|
||||
property int rootHeight
|
||||
property var materialTypesModel
|
||||
text: materialTypesModel.name
|
||||
|
||||
|
|
|
@ -101,7 +101,6 @@ Cura.Menu
|
|||
delegate: Cura.MaterialBrandMenu
|
||||
{
|
||||
materialTypesModel: model
|
||||
rootHeight: materialMenu.height
|
||||
}
|
||||
onObjectAdded: function(index, object) { materialMenu.insertItem(index + 4, object)}
|
||||
onObjectRemoved: function(index, object) { materialMenu.removeItem(index) }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue