From: ehofman Date: Tue, 25 Oct 2005 16:28:46 +0000 (+0000) Subject: I guess there was something in Alex' patch that wasn't all that fortunate. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=2b471a165f5556d834fc5461acc5a2f0b7ade459;p=flightgear.git I guess there was something in Alex' patch that wasn't all that fortunate. --- diff --git a/src/Main/metar_main.cxx b/src/Main/metar_main.cxx index 96dae6f3d..9cf37f901 100644 --- a/src/Main/metar_main.cxx +++ b/src/Main/metar_main.cxx @@ -27,7 +27,6 @@ #include #include #include -#include using namespace std; @@ -485,8 +484,6 @@ void usage() ); } -SGSky* thesky = new SGSky; - int main(int argc, char *argv[]) { bool report = true;