3
0
Fork 0
mirror of https://github.com/lubosz/overte.git synced 2025-04-26 12:55:27 +02:00

remove unused ScriptEngine instance

This commit is contained in:
Andrew Meadows 2018-12-10 08:26:43 -08:00
parent 09f3b8f485
commit c4115bece3

View file

@ -340,7 +340,6 @@ void Avatar::updateAvatarEntities() {
return;
}
QScriptEngine scriptEngine;
entityTree->withWriteLock([&] {
AvatarEntityMap avatarEntities = getAvatarEntityData();
AvatarEntityMap::const_iterator dataItr = avatarEntities.begin();