From 2b471a165f5556d834fc5461acc5a2f0b7ade459 Mon Sep 17 00:00:00 2001 From: ehofman Date: Tue, 25 Oct 2005 16:28:46 +0000 Subject: [PATCH] I guess there was something in Alex' patch that wasn't all that fortunate. --- src/Main/metar_main.cxx | 3 --- 1 file changed, 3 deletions(-) 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; -- 2.39.5