mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 17:14:59 +02:00
remove unuse variable
This commit is contained in:
parent
e8da6b5a0c
commit
a977bb6dc8
1 changed files with 0 additions and 1 deletions
|
@ -5424,7 +5424,6 @@ QVariantMap MyAvatar::getFlowData() {
|
|||
QString jointName = jointNames.size() > collision._jointIndex ? jointNames[collision._jointIndex] : "unknown";
|
||||
collisionsData.insert(jointName, collisionObject);
|
||||
}
|
||||
int count = 0;
|
||||
for (auto &thread : flow.getThreads()) {
|
||||
QVariantList indices;
|
||||
for (int index : thread._joints) {
|
||||
|
|
Loading…
Reference in a new issue