mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 16:55:07 +02:00
remove true return for readAdditionalConfiguration
This commit is contained in:
parent
3ba0c9d042
commit
3773995bb7
1 changed files with 0 additions and 2 deletions
|
@ -265,6 +265,4 @@ void EntityServer::readAdditionalConfiguration(const QJsonObject& settingsSectio
|
|||
EntityTreePointer tree = std::static_pointer_cast<EntityTree>(_tree);
|
||||
tree->setWantEditLogging(wantEditLogging);
|
||||
tree->setWantTerseEditLogging(wantTerseEditLogging);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue