From: curt Date: Mon, 1 Feb 1999 21:15:43 +0000 (+0000) Subject: Removed unused variables. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=aee2c4cfca704ab11f9d684f08c84c764a1ff886;p=flightgear.git Removed unused variables. --- diff --git a/Main/fg_init.cxx b/Main/fg_init.cxx index 9bb23d514..3ffaff47c 100644 --- a/Main/fg_init.cxx +++ b/Main/fg_init.cxx @@ -157,7 +157,6 @@ int fgInitSubsystems( void ) fgLIGHT *l = &cur_light_params; fgTIME *t = &cur_time_params; FGView *v = ¤t_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