deleted unused lines

CURA-7038
This commit is contained in:
Dimitriovski 2019-12-30 17:38:21 +01:00
parent ada2a776d5
commit 93c1c1a86e
No known key found for this signature in database
GPG key ID: 4E62757E2B0D304D

View file

@ -56,7 +56,6 @@ UM.Dialog{
model: toolbox.subscribedPackagesModel model: toolbox.subscribedPackagesModel
Component Component
{ {
id: compatibleDelegate
Item Item
{ {
width: parent.width width: parent.width
@ -74,7 +73,6 @@ UM.Dialog{
} }
Label Label
{ {
id: compatibleLabel
text: model.name text: model.name
font: UM.Theme.getFont("medium_bold") font: UM.Theme.getFont("medium_bold")
anchors.left: packageIcon.right anchors.left: packageIcon.right
@ -100,7 +98,6 @@ UM.Dialog{
model: toolbox.subscribedPackagesModel model: toolbox.subscribedPackagesModel
Component Component
{ {
id: incompatibleDelegate
Item Item
{ {
width: parent.width width: parent.width
@ -118,7 +115,6 @@ UM.Dialog{
} }
Label Label
{ {
id: incompatibleLabel
text: model.name text: model.name
font: UM.Theme.getFont("medium_bold") font: UM.Theme.getFont("medium_bold")
anchors.left: packageIcon.right anchors.left: packageIcon.right