diff --git a/resources/qml/WorkspaceSummaryDialog.qml b/resources/qml/WorkspaceSummaryDialog.qml index c87830fe5c..55a6b41315 100644 --- a/resources/qml/WorkspaceSummaryDialog.qml +++ b/resources/qml/WorkspaceSummaryDialog.qml @@ -207,37 +207,6 @@ UM.Dialog } } - /*Item // Spacer - { - height: spacerHeight - width: height - } - - Label - { - text: catalog.i18nc("@action:label", "Material settings") - font.bold: true - } - - Repeater - { - model: Cura.MachineManager.activeMaterialNames - delegate: Row - { - width: parent.width - height: childrenRect.height - Label - { - text: catalog.i18nc("@action:label", "Name") - width: parent.width / 3 - } - Label - { - text: modelData - width: parent.width / 3 - } - } - }*/ Item // Spacer {