]> git.mxchange.org Git - flightgear.git/blobdiff - src/Airports/dynamics.cxx
Don't restore initial screen geometry because there is nothing in fg_os* to resize...
[flightgear.git] / src / Airports / dynamics.cxx
index 57cce5526061446a6c00965a0f41119c89dfed12..def5007aeb9dea5ed05c2292734a7b324eca006f 100644 (file)
@@ -437,13 +437,13 @@ void  FGAirportDynamics::pi (const char * target, const char * data) {
 }
 
 void  FGAirportDynamics::warning (const char * message, int line, int column) {
-  cout << "Warning: " << message << " (" << line << ',' << column << ')'   
-       << endl;
+  //cout << "Warning: " << message << " (" << line << ',' << column << ')'   
+  //     << endl;
 }
 
 void  FGAirportDynamics::error (const char * message, int line, int column) {
-  cout << "Error: " << message << " (" << line << ',' << column << ')'
-       << endl;
+  //cout << "Error: " << message << " (" << line << ',' << column << ')'
+  //     << endl;
 }
 
 void FGAirportDynamics::setRwyUse(const FGRunwayPreference& ref)