From 83b64b014094c1c08ea8feec459981a42db07d9d Mon Sep 17 00:00:00 2001 From: mfranz Date: Thu, 9 Mar 2006 11:05:32 +0000 Subject: [PATCH] remove leftover #include; changed comment --- src/Scripting/NasalSys.cxx | 6 +++--- src/Scripting/NasalSys.hxx | 2 -- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/src/Scripting/NasalSys.cxx b/src/Scripting/NasalSys.cxx index 36a344ef5..7e8cba465 100644 --- a/src/Scripting/NasalSys.cxx +++ b/src/Scripting/NasalSys.cxx @@ -669,9 +669,9 @@ naRef FGNasalSys::removeListener(int argc, naRef* args) // FGNasalModelData class. If sgLoad3DModel() is called with a pointer to -// such a class, then the modelLoaded() function is executed by the loader, -// and the destructor when the model branch is removed from the scene graph. -// They are used for calling a model's and scripts. +// such a class, then it lets modelLoaded() run the script, and the +// destructor the script. The latter happens when the model branch +// is removed from the scene graph. void FGNasalModelData::modelLoaded(const string& path, SGPropertyNode *prop, ssgBranch *) diff --git a/src/Scripting/NasalSys.hxx b/src/Scripting/NasalSys.hxx index c4acd37b7..8319ea17f 100644 --- a/src/Scripting/NasalSys.hxx +++ b/src/Scripting/NasalSys.hxx @@ -6,8 +6,6 @@ #include #include -#include
- #include SG_USING_STD(map); -- 2.39.5