Remove compatible role

It is no longer used.

Contributes to issue CURA-5460.
This commit is contained in:
Ghostkeeper 2018-07-10 15:16:16 +02:00
parent f5c9458e86
commit d7eb5a76be
No known key found for this signature in database
GPG key ID: 5252B696FB5E7C7A
3 changed files with 0 additions and 4 deletions

View file

@ -54,7 +54,6 @@ class GenericMaterialsModel(BaseMaterialsModel):
"material": metadata["material"],
"color_name": metadata["color_name"],
"container_node": container_node,
"compatible": metadata.get("compatible", True)
}
item_list.append(item)