]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/JSBSim/FGFDMExec.cpp
"make dist" fixes.
[flightgear.git] / src / FDM / JSBSim / FGFDMExec.cpp
index 3bf7c700bbf749809f89ef455781981fd447ebfd..2d5d409faf8006bb3470007cde5118a7cd5dc9fd 100644 (file)
@@ -479,10 +479,6 @@ bool FGFDMExec::LoadModel(string model, bool addModelToPath)
 
   modelName = model; // Set the class modelName attribute
 
-# ifdef macintosh
-    separator = ";";
-# endif
-
   if( AircraftPath.empty() || EnginePath.empty() || SystemsPath.empty()) {
     cerr << "Error: attempted to load aircraft with undefined ";
     cerr << "aircraft, engine, and system paths" << endl;