1
0
Fork 0

I guess there was something in Alex' patch that wasn't all that fortunate.

This commit is contained in:
ehofman 2005-10-25 16:28:46 +00:00
parent 62a359cc4a
commit 2b471a165f

View file

@ -27,7 +27,6 @@
#include <simgear/debug/logstream.hxx>
#include <simgear/environment/metar.hxx>
#include <simgear/structure/exception.hxx>
#include <simgear/scene/sky/sky.hxx>
using namespace std;
@ -485,8 +484,6 @@ void usage()
);
}
SGSky* thesky = new SGSky;
int main(int argc, char *argv[])
{
bool report = true;