]> git.mxchange.org Git - flightgear.git/commitdiff
Removed unused variables.
authorcurt <curt>
Mon, 1 Feb 1999 21:15:43 +0000 (21:15 +0000)
committercurt <curt>
Mon, 1 Feb 1999 21:15:43 +0000 (21:15 +0000)
Main/fg_init.cxx

index 9bb23d5149d73739c10b35044dcad197f08dc88b..3ffaff47c415a0bba057474f4d419aeed5118651 100644 (file)
@@ -157,7 +157,6 @@ int fgInitSubsystems( void )
     fgLIGHT *l = &cur_light_params;
     fgTIME *t = &cur_time_params;
     FGView *v = &current_view;
-    Point3D geod_pos, tmp_abs_view_pos;
 
     FG_LOG( FG_GENERAL, FG_INFO, "Initialize Subsystems");
     FG_LOG( FG_GENERAL, FG_INFO, "========== ==========");
@@ -392,6 +391,9 @@ int fgInitSubsystems( void )
 
 
 // $Log$
+// Revision 1.64  1999/02/01 21:15:43  curt
+// Removed unused variables.
+//
 // Revision 1.63  1999/01/27 04:49:19  curt
 // Game mode fixes from Norman Vine.
 // Initial altitude setting tweaks and fixes (especially for when starting