Removed unused code

This commit is contained in:
Digital Artifex
2026-08-15 10:00:44 -04:00
parent 6b7812fa50
commit f69ba41046
@@ -47,8 +47,6 @@ Item
height: 245 height: 245
color: palette.accent color: palette.accent
radius: 5 radius: 5
// x: resultsView.currentItem.x
// y: resultsView.currentItem.y
Behavior on x { SpringAnimation { spring: 3; damping: 0.2 } } Behavior on x { SpringAnimation { spring: 3; damping: 0.2 } }
Behavior on y { SpringAnimation { spring: 3; damping: 0.2 } } Behavior on y { SpringAnimation { spring: 3; damping: 0.2 } }
} }