[Panorama Viewer] remove unused variables

This commit is contained in:
Thomas Zorroche 2021-07-28 14:20:02 +02:00 committed by Fabien Castan
parent fb70a355b9
commit c1e57f6e4d
2 changed files with 4 additions and 13 deletions

View file

@ -618,6 +618,10 @@ FocusScope {
}
}
onFilepathChanged: {
console.warn("[QML] " + filepath)
}
active: false
// It takes time to load tracks, so keep them looaded, if we may use it again.
// If we load another node, we can trash them (to eventually load the new node data).