Fix a warning
This commit is contained in:
parent
26b527f151
commit
162ba266d0
1 changed files with 0 additions and 1 deletions
|
@ -811,7 +811,6 @@ FGGlobals::loadUserSettings(SGPath userDataPath)
|
|||
been loaded. */
|
||||
SGPropertyNode* ai = autosave.getNode("ai");
|
||||
if (ai) {
|
||||
SGPropertyNode* ai_models = ai->getNode("models");
|
||||
ai->removeChildren("models");
|
||||
}
|
||||
copyProperties(&autosave, globals->get_props());
|
||||
|
|
Loading…
Reference in a new issue