]> git.mxchange.org Git - flightgear.git/blobdiff - src/Environment/atmosphere.cxx
Pull Sound-manager out of FGGlobals
[flightgear.git] / src / Environment / atmosphere.cxx
index c3b69134879a773d93abdda381d4b85482710bc7..dc823292faf12420adc1f2a5cb11e92543a62ed5 100644 (file)
@@ -23,8 +23,6 @@ ISA_layer(7,  80000,  262467,  0.88628, 0.000261718, 196.65, -76.50,  0.0,
 ISA_layer(8,  1.0e9,  3.28e9,  0.00001, 3.0e-9,        2.73, -270.4,  0.0,      0.0),
 };
 
-const int ISA_def_size(sizeof(ISA_def) / sizeof(ISA_layer));
-
 // Pressure within a layer, as a function of height.
 // Physics model:  standard or nonstandard atmosphere,
 //    depending on what parameters you pass in.