Removed unused connection

This commit is contained in:
Jaime van Kessel 2017-05-09 10:27:50 +02:00
parent eb677f5625
commit 7632b9df79

View file

@ -141,14 +141,6 @@ Item {
storeIndex: 0
removeUnusedValue: false
}
// If the extruder by which the object needs to be printed is changed, ensure that the
// display is also notified of the fact.
Connections
{
target: extruderSelector
onActivated: provider.forcePropertiesChanged()
}
}
}
}