effects/private: Drop opacity binding inside WindowHeapDelegate

This targetOpacity is nowhere to be found. This is a relic of past
development. Currently code that needs to alter opacity based on drag
state does so externally by setting opacity on a delegate as a whole.
This commit is contained in:
ivan tkachenko 2022-07-26 23:50:30 +03:00
parent a7520b3659
commit f1a45b6509
No known key found for this signature in database
GPG key ID: AF72731B7C654CB3

View file

@ -122,7 +122,6 @@ Item {
thumb.activeDragHandler.centroid.position.y
width: cell.width * thumb.targetScale
height: cell.height * thumb.targetScale
opacity: thumb.activeDragHandler.targetOpacity
}
}
]