fix warning in my PR

This commit is contained in:
Brad Hefta-Gaub 2015-12-17 18:10:41 -08:00
parent 762aefbbca
commit d344ef6e2a

View file

@ -42,7 +42,6 @@ namespace controller {
}
void Pose::fromScriptValue(const QScriptValue& object, Pose& pose) {
bool isValid = true;
auto translation = object.property("translation");
auto rotation = object.property("rotation");
auto velocity = object.property("velocity");