From: david Date: Wed, 27 Mar 2002 12:53:50 +0000 (+0000) Subject: Removed outdated reference to fgSimTime. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=64ed2f8e4283a0e83b18ca03b996a8c6fd97c752;p=flightgear.git Removed outdated reference to fgSimTime. --- diff --git a/src/Main/model.cxx b/src/Main/model.cxx index c8dc2462c..213cc41df 100644 --- a/src/Main/model.cxx +++ b/src/Main/model.cxx @@ -20,8 +20,6 @@ #include "viewmgr.hxx" #include "model.hxx" -extern unsigned long int fgSimTime; // FIXME: this is ugly - extern ssgRoot * scene; // FIXME: from main.cxx FGAircraftModel current_model; // FIXME: add to globals