From 6d71ab75b29da26b6a824966c1ad2a6c05dd9c70 Mon Sep 17 00:00:00 2001 From: James Turner Date: Wed, 20 Oct 2021 13:16:31 +0100 Subject: [PATCH] METAR: Remove duplicate lines from manual merge Thanks to Tobias Dammers for pointing this out. --- simgear/environment/metar.cxx | 2 -- 1 file changed, 2 deletions(-) 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();