Remove commented-out code

This commit is contained in:
fieldOfView 2015-12-30 16:36:02 +01:00
parent fba47cac0c
commit c208c01528

View file

@ -184,19 +184,7 @@ Item
ListView.view.currentIndex = index;
machineName.text = getMachineName()
}
/*
Label
{
id: author
text: model.author
font: UM.Theme.fonts.very_small
anchors.left: machineButton.right
anchors.leftMargin: UM.Theme.sizes.standard_list_lineheight.height/2
anchors.baseline: machineButton.baseline
anchors.baselineOffset: -UM.Theme.sizes.standard_list_lineheight.height / 16
color: palette.mid
}
*/
states: State {
name: "collapsed";
when: base.activeManufacturer != model.manufacturer;