formatting

This commit is contained in:
Seth Alves 2015-02-06 09:20:16 -08:00
parent 6d5d6b9085
commit 839b622a05

View file

@ -71,7 +71,6 @@ EntityItemID EntityScriptingInterface::identifyEntity(EntityItemID entityID) {
EntityItemProperties EntityScriptingInterface::getEntityProperties(EntityItemID entityID) {
EntityItemProperties results;
EntityItemID identity = identifyEntity(entityID);
if (_entityTree) {
_entityTree->lockForRead();
@ -102,7 +101,6 @@ EntityItemProperties EntityScriptingInterface::getEntityProperties(EntityItemID
}
EntityItemID EntityScriptingInterface::editEntity(EntityItemID entityID, const EntityItemProperties& properties) {
EntityItemID actualID = entityID;
// if the entity is unknown, attempt to look it up
if (!entityID.isKnownID) {