diff --git a/simgear/environment/metar.cxx b/simgear/environment/metar.cxx index 7ebd3f7c..0d19617d 100644 --- a/simgear/environment/metar.cxx +++ b/simgear/environment/metar.cxx @@ -132,8 +132,6 @@ SGMetar::SGMetar(const string& m) : throw sg_io_exception("metar pressure data malformed or missing ", sg_location(_url)); } - scanTemperature(); - scanPressure(); while (scanSkyCondition()) ; while (scanRunwayReport()) ; scanWindShear();